Skip to content

gdandy/the-bagelry

Repository files navigation

TheBagelry

This project is the source code for The Bagelry's web site in Evergreen Colorado.

Setup

  1. Install nvm by downloading nvm-setup.exe from web and insalling.
  2. Then install nvm 12: nvm install 12
  3. Use nvm 12: nvm use 12.22.12 or whatever version it says was installed
  4. Install ng-cli: npm i -g @angular/[email protected]
  5. Build: ng s --o
  6. Set PowerShell executtion policy if get an error running ng `Set-ExecutionPolicy -ExecutionPolicy

Development server

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.

Code scaffolding

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.

Build

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.

Running unit tests

Run ng t to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

About

The Bagelry restaurant's web site.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published