Run python3 -m venv env
and then source env/bin/activate
and finally pip install -r requirements.txt
to begin.
Run npx nx dev app
to start the development server with node version >= 18.17.0. Happy coding!
Run npx nx build app
to build the application. The build artifacts are stored in the output directory (e.g. dist/
or build/
), ready to be deployed.
