This project is a monorepo and was set up using lerna to bootstrap and run all packages (frontend and backend)
npx lerna bootstrap
- If you don't have lerna, the terminal will ask you to install it
npx lerna run dev
- This will run the
dev
commands of all package.json files at the same time
npx nx graph
- frontend:
http://localhost:3000
- backend:
http://localhost:4000
npx lerna run test
- This will run test for the API