Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 294 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 294 Bytes

How to run it

- please ensure you have installed angular cli, otherwise npm install -g @angular/cli

  1. git clone https://github.com/caotin/angular-material-dashboard
  2. cd angular-material-dashboard
  3. npm install
  4. ng serve -o (it will automatically open localhost:4200)