- Clone repo
- Run
npm install
- Run
npm run start-server
to start the backend server npm install -g serve
- Run
serve -s build -p 3000
to start the Create React App dev server - Visit http://localhost:3000/
- Log in with either
[email protected]
or[email protected]
and the passwordpassword
.