React-NestJS-Boilerplate

  1. Install docker: https://docs.docker.com/get-docker/
  2. Open terminal and run docker for db:
  • cd React-Nest-Boilerplate/apps/api && docker compose up
  1. Open a separate terminal to run the app in its' root directory:
  • cd React-Nest-Boilerplate
  • npm install -D turbo
  • npm install
  • npm run build && npm start

App will run at: http://localhost:3000