Skip to content

criticalbh/material2-admin

Repository files navigation

Material2Admin

Angular - Material2 - Redux - Flex - Admin Example - Starter

View the demo.

Installing

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

Start a development server

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.

Build the project

ng build

Builds the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.

Further help

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.