Angular Admin Setup
Follow these steps for initial setup and running your angular admin application.
Before you get started with the initial setup of Angular admin and running your application, make sure you have your Prerequisites are in place.
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:
Step 2 - Navigate to project folder → src→ environments → environment.ts after that ,
Now, Run your Application:
To run application in your respective browser, run the following command:
To build and deploy your Application refer to Front End Angular Admin Setup.
Last updated