bqqbarbhg / clock-in

Time management tool?

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

git clone https://github.com/bqqbarbhg/clock-in

Setup the server

cd clock-in/server
npm install
npm start
# Serves the API at http://localhost:8080

Setup the client development server

cd clock-in/client
npm install
npm run start:dev
# Serves the client at http://localhost:8000

About

Time management tool?


Languages

Language:JavaScript 88.2%Language:HTML 11.8%