View the demo.
Run the following in your terminal, make sure you have git and nodejs installed.
cd your/prefered/directory
git clone https://github.com/criticalbh/material2-admin
cd material2-admin
npm install
Then, make sure you have angular-cli installed...
npm install -g @angular/cli
ng serve
Sets up a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
ng build
Builds the project. The build artifacts will be stored in the dist/
directory. Use the -prod
flag for a production build.
This project was generated with Angular CLI version 1.0.0. For a reference of other commands you can use for things like code scaffolding and running tests, run ng help
or go check out the Angular CLI README.