Prerequisite
- For Angular template move to angularlight or angulardark directory in your terminal and execute following commands.
- Node.js and NPM : You can download Node.js from https://nodejs.org. NPM comes bundled with Node.js.
- Angular Cli : You can install angular-cli using following
command
install -g @angular/cli
- Install dependency : After installing Node and npm run
npm install
command from the root of your project directory into terminal. It will install all the necessary dependencies for the application using package.json file. - Run Project: Run
ng serve
command from your terminal in project directory, and navigate to http://localhost:4200/ into your browser. - Build Project: For build project execute command
ng build
from terminal in project directory. Sodist
folder is generated in project directory.
Installation
Installation Guide
After download package you can see multiple template options like
main or starter
choose your desire template.
main or starter
Go to your
root directory like ng build
for build project.
Run
dist
directory is generated, just copy it in your location.
Note: we suggest you to please make your one own css
file & one js files and add that in your page, so whenever the update of
admin template comes it does not affect your code.