- In the terminal from root, cd to server and run
nodemon .
- In the terminal from root, cd to client and run
npm start
- Open
localhost:3000
in your browser
- For functional tests, run
npm run test:functional
at the root - For unit tests, run
npm run:fe
at the root