This project was created to imitate csTimer but with the addition of user login.
- Navigate to
frontend
andbackend
and runnpm install
respectively - Run
npm start
infrontend
- Run
npm run dev
inbackend
- The app should be located at
http://localhost:3000