- Install npm
- Install yarn
- Install mongoDB
- Run
yarn
at the root of the project to install root dependencies. - Run
yarn build
at the root of the project to install dependencies.
- Development mode: Run
yarn dev
at the root of the project to start the server and client - Navigate to
http://localhost:3000/
- Run
yarn test
at the root of the project