How To Run

Gives brief about explaination various commands & how to run the app

Run in Web Browser

Open the Terminal and navigate to the project folder angular and install NodeJS dependencies, Please make sure you have node, npm and angular-cli installed before run below command.

$ npm install

Once your node_modules lib install successfully you can run app in own browser with:

$ ng serve

To build app for production:

                           ** $ ng build --prod  **

Above command will create dist directory that you can deploy on any Hosting.

If there is any issue please google it and if you don't find any solution report us, we will look into it.

Last updated