Follow the following instructions to successfully run this application on your local machine!
- Navigate your browser to https://github.com/kshields412/PopKitchen-Client/
- Click the green "Clone or Download" button and copy github web URL or password protected SSH key.
- Open the command line interface.
- Navigate to the folder on your computer you would like to place the repository.
- Type
git clone repo-name
and then paste the repository url or SSH key. - Navigate into project repository to confirm clone was successful.
This command will install Bootstrap to your angular application to be able to use the Bootstrap components within the angular application.
$ npm install --save @ng-bootstrap/ng-bootstrap
$ npm install [email protected]
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.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng 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.
This project was generated with [Angular CLI] version 8.3.20.