✨ This workspace has been generated by Nx, Smart Monorepos · Fast CI. ✨
git clone https://github.com/roalcantara/nxnest-demo
-
Run
nx show projects
to show the workspace's projects. -
Run
nx build app
to build the app. -
Run
nx serve app
to start the start the app athttp://localhost:3000/api
. -
Run
nx test app
to tests the app. (with Jest). -
Run
nx lint app
to lint the app (with ESLint). -
Run
nx format app
to format the app (with Prettier). -
Run
nx biome-lint app
to lint and format the app (with Biome). -
Run
nx run-many --target=build
to build all the projects. -
Run
nx run-many --target=serve
to start all the projects. -
Run
nx run-many --target=test
to test all the projects. -
Run
nx run-many --target=lint
to lint all the projects. -
Run
nx run-many --target=format
to format all the projects. -
Run
nx run-many --target=biome-lint
to lint and format all the projects. -
Run
nx graph
to show the the workspace's graph athttp://127.0.0.1:4211/projects
- Bug reports and pull requests are welcome on GitHub
- Do follow Editor Config rules.
- Everyone interacting in the project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the Contributor Covenant code of conduct.
The project is available as open source under the terms of the MIT License