Angular Material Boilerplate
1 min read
angular, redux, javascript
code for article pfeilbr/ng-material-boilerplate
ng-material-boilerplate
Boilerplate template with the following baked in
- Babel - es6
- Browserify - bundle
- Watchify - re-bundle on change for dev
- live-server - livereload for dev
- Angular Material - UI
- Redux - state container
- ng-redux - Angular bindings for Redux
- concurrently - run commands concurrently
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