admin

Please wait...

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 npm 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. So dist folder is generated in project directory.

Installation

Installation Guide

After download package you can see two options like main or starter choose your desire template.

  • keyboard_arrow_rightGo to your root directory like main or starter
  • keyboard_arrow_rightRun ng build for build project.
  • keyboard_arrow_rightdist 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.