WowDash
WowDash - Angular - Admin Dashboard Template
How to Install Admin Templates
1. Node.js (Recommended: LTS version)
2. Angular CLI
Install globally using:
npm install -g @angular/cli
3. Git (if project is cloned from a repo)
Download Git
4: Navigate into the Project Directory
To run the Angular application, execute the command:
cd your-angular-project
5: Install Project Dependencies
npm install
This installs all required npm packages as per package . json
6: Run the Application
ng serve
This will compile and serve your app on a local server.
7. Open in Browser
http://localhost:4200/
Your Angular app should now be up and running