Angular Material Boilerplate

1 min read angular, redux, javascript

ng-material-boilerplate

Boilerplate template with the following baked in

Install/Setup

$ git clone https://github.com/pfeilbr/ng-material-boilerplate
$ cd ng-material-boilerplate
$ npm install
$ npm install watchify -g
$ npm install live-server -g

Develop with Livereload

$ npm run dev

rebuilds on file change and livereloads in browser

Build

$ npm run build