How to Run

It gives detailed information regarding various commands used to run the project and how to run it

Run in Web Browser

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

$ npm install
  • Once your node_modules lib is installed successfully you can run app in own browser with the command:

$ 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 or if you don't find any solution please feel free to report us, we will look into it.

Last updated