- The first step is to run
yarn installin the project root to download and build all dependencies. - Next, you can run
yarn nx run app:build:productionandyarn nx run api:build:productionto 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