Angular 9 App for Workshops to teach Angular.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Dependencies:
- Docker
- Docker Compose
Make sure that docker is running on your machine.
Run docker-compose build frontend
Run docker-compose run --rm --service-ports frontend
. Then, you will be inside the container.
Run ng run docker
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run npm run build
to build the project. The build artifacts will be stored in the dist/
directory.
Run npm run deploy
to build the project. The build artifacts will be stored in the dist/
directory with the prod flag.
Run npm run test
to execute the unit tests via Karma.
Run npm run e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.