https://github.com/shprink/angular1.4-es6-material-webpack-boilerplate
A simple AngularJS 1.4 boilerplate using ES6, material design and webpack
https://github.com/shprink/angular1.4-es6-material-webpack-boilerplate
Last synced: 8 days ago
JSON representation
A simple AngularJS 1.4 boilerplate using ES6, material design and webpack
- Host: GitHub
- URL: https://github.com/shprink/angular1.4-es6-material-webpack-boilerplate
- Owner: shprink
- License: mit
- Created: 2015-05-04T20:20:26.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-10T00:09:42.000Z (over 9 years ago)
- Last Synced: 2025-03-28T22:34:59.251Z (26 days ago)
- Language: JavaScript
- Homepage: http://julienrenaux.fr/2015/05/05/creating-an-application-with-angularjs-1-4-ecmascript-6-material-design-and-webpack/
- Size: 547 KB
- Stars: 120
- Watchers: 5
- Forks: 38
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# angular1.4-ES6-material-webpack-boilerplate
A simple AngularJS 1.4 boilerplate using ES6, material design and webpack## Install
```
git clone [email protected]:shprink/angular1.4-ES6-material-webpack-boilerplate.git
cd angular1.4-ES6-material-webpack-boilerplate
npm install
```## Dev (liverelaod server)
```
npm run-script devserver
```## Build
```
npm run-script build
```