Skip to content

Latest commit

 

History

History
64 lines (48 loc) · 1.57 KB

README.md

File metadata and controls

64 lines (48 loc) · 1.57 KB

NxLab

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

Documentation

Find detailed journal of instructions in CLI.md

Folder structure

Have an outlook of the project folders structure

Folders

Tip

Companion article (... wait until 231223)

Testing

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

GitHub license


🧑🏼‍💻 By Alberto Basalo

twitter albertobasalo

git albertobasalo