Laboratorio de ejemplo para cursos y talleres de Angular Basics Classic impartidos en Español por Alberto Basalo
Note
This project was generated with Angular CLI version 15.2.0.
Sample project is at ActivityBookings
folder
# clone lab from github
git clone https://github.com/AlbertoBasalo/nc-lab.git
# install and run
cd nc-lab/ActivityBookings
npm install
# start Angular server
npm start
# start a fake API server
npm run api:seed
[!TIP] > Documentation Find detailed journal of instructions in docs folder
Have an outlook of the project folders structure
Tip
Companion article about Angular code organization:
This project is being e2e tested with Cypress. Find the testing code at this repository