/AdminDashboard

Admin Dashboard based on Angular 2, Bootstrap 4 and Webpack

Primary LanguageTypeScriptMIT LicenseMIT

AdminDashboard

Admin Dashboard based on Angular 2, Bootstrap 4 and Webpack

What is AdminDashboard?

AdminDashboard is a front-end Admin Dashboard template based on Angular 2, Bootstrap 4 and Webpack. That means all the data you can see on graphs, charts and tables is mocked in Javascript so you can use the backend of your choice with no limitations.

List of Features

  • Angular 2
  • Webpack 2
  • Bootstrap 4 CSS Framework
  • SASS
  • Smart Table
  • Forms
  • Editors
  • Charts (amChart, Chartist, Chart.js, Morris)
  • Maps (Google, Leaflet, amMap)
  • Responsive layout
  • High resolution
  • and many more!

Install

Clone repository and install dependencies

You will need to clone the source code of ng2-admin GitHub repository:

git clone https://github.com/webappman/AdminDashboard.git
cd AdminDashboard
npm install
npm start

Go to http://0.0.0.0:3000 or http://localhost:3000 in your browser.

Note: Make sure you have Node version >= 4.0 and NPM >= 3