This project is the source code for The Bagelry's web site in Evergreen Colorado.
- Install nvm by downloading nvm-setup.exe from web and insalling.
- Then install nvm 12:
nvm install 12
- Use nvm 12:
nvm use 12.22.12
or whatever version it says was installed - Install ng-cli:
npm i -g @angular/[email protected]
- Build:
ng s --o
- Set PowerShell executtion policy if get an error running ng `Set-ExecutionPolicy -ExecutionPolicy
Run ng s --o
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng g c component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng b --prod --output-hashing=all
or ng b --prod --output-hashing=none
to build the project. The build artifacts will be stored in the dist/
directory. Use the -prod
flag for a production build.
Run ng t
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.