Angular Store Front
Follow this step-by-step guide for initial setup of your Angular Storefront and to run your application.
Initial Setups
Before setting up your Angular Storefront, make sure the Angular pre-requisites are ready.
Step-1 > Unzip your file and open it with your desired ide and then go to terminal and type,
If NPM Install doesn't work, then try the command below:
Then, follow the steps given below.
Step-2 > Navigate to project folder → src→ environments → environment.ts after that ,
Now, Run your Application
For running your application in your respective browser run the following command:
Post this, for Build and Deployment, refer to Angular Storefront under Front End Deployment Setup.
Last updated