Note
Angular with Nx Laboratory for courses and workshops by Alberto Basalo
This project was generated with Nx CLI version 17.2.6.
# clone lab from github
git clone https://github.com/AlbertoBasalo/nx-lab.git
# install and run
cd nx-lab
npm install
# start Angular server
npm start
Find detailed journal of instructions in CLI.md
Have an outlook of the project folders structure
Tip
Companion article (... wait until 231223)
This project is being e2e tested with Cypress and unit tested with Jest.
"test": "nx run-many --target=test --all",
"test:e2e": "nx e2e activity-bookings",
# run unit tests
npm run test
# run e2e tests
npm run test:e2e