An AngularJS boilerplate based on Webpack + ES6 + JSData + SASS + Material Design [STILL IN DEVELOPMENT]
- Webpack.
- ES6/7 with babel.js.
- JSData as a model layer.
- SASS.
- Material Design.
- Source maps included in all builds.
- Development server with live reload.
- Production builds with cache busting and asset minification.
- Testing environment using karma to run tests and jasmine as the framework.
- Code coverage when tests are run.
- No gulp and no grunt, just npm run-scripts.
1. Fork the main project: https://github.com/samuelcastro/angular-webpack-jsdata-es6-boilerplate
2. Clone your own forked project: git clone https://github.com/[YOUR-USERNAME]/angular-webpack-jsdata-es6-boilerplate
1. Move into the project directory `$ cd angular-webpack-jsdata-es6-boilerplate`
2. Run `$ npm install`
3. Run `$ npm run dev`
4. Connect to the server using `http://localhost:8080`
Run `$ npm run build`
Send me a Pull Request and I'll analyzing your changes.
Let me know at [email protected]