Angular MDL Dashboard Demo built using mseemann.io/angular2-mdl.
Available at https://angular-mdl-dashboard.herokuapp.com/
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files. If you want to use pug, install pug-cli
with npm install pug-cli g
and then compile all *.pug
files and run the server with npm run dev
.
Run ng build
, then, run node server.js
. The app will be served at http://localhost:8080
.
Feel free to contribute with more components or improving what I did.