- The first step is to run
yarn install
in the project root to download and build all dependencies. - Next, you can run
yarn nx run app:build:production
andyarn nx run api:build:production
to build the projects.
- To run the backend and frontend in a dev environment, start up the emulators for the backend using
yarn nx run api:emulators
. - You can then start the frontend with
yarn nx serve app