Skip to content

kshields412/PopKitchen-Client

Repository files navigation

PopKitchen - Client

Follow the following instructions to successfully run this application on your local machine!

Cloning This Repository

  • 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.

Install Bootstrap

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]


Development server

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.


Build Angular Project

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.


Testing Angular Project

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

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


Further help

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published