/clock-in

Time management tool?

Primary LanguageJavaScript

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