Skip to content

pradeepv3/angular-admin-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular Admin Dashboard Template

PradeepUI Angular 7 admin template is an easy to use and customize template suitable for different web development projects. The template features a clean and simple design.Pradeepui Angular admin template has been developed using popular Framework and Technologies such as Angular CLI, SASS and Bootstrap 4. It has 50+ ready to use and customizable components.

Features

  • Lazy loading
  • Router
  • Forms
  • Components
  • Templates
  • and more

Prerequisites

Make sure you have Node.js and npm package manager installed in your development machine.

To check node and npm version.

  • To check node version run > node -v in a terminal/console window.
  • To check npm version run > nmm -v

Angular CLI

To Install angular globaly run below commands in terminals/window command prompt.

npm install -g @angular/cli

Installation

Clone repo

# clone the repo
$ git clone https://github.com/pradeepv3/angular-admin-template.git my-project

# go into app directory
$ cd my-project

# install app dependencies
$ npm install

Usage

# serve with hot reload at localhost:4200.
$ ng serve

# build for production with minification
$ ng build