Skip to content

🐬🅰️ Nx Angular 1️⃣7️⃣ 🔬🧫🧪 Laboratory

Notifications You must be signed in to change notification settings

AlbertoBasalo/nx-lab

Repository files navigation

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

About

🐬🅰️ Nx Angular 1️⃣7️⃣ 🔬🧫🧪 Laboratory

Topics

Resources

Stars

Watchers

Forks