Installation Guide

Step-by-step Installation guide to setup the project locally in Visual studio code.

How To Run?

Run in Web Browser

  • Open the Terminal and navigate to the project folder clothing web app in Visual Studio Code and install NodeJS dependencies. Please make sure that you have node, npm and angular-cli installed before run below command:

$ npm install
  • Once your node_modules lib is installed successfully you can run app in own browser with the below 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 fail to find any solution please feel free to report us, we will look into it.

Last updated