giscafer / angular-webpack-es6

A boilerplate for Angular1.2.30 using ES6 and build with webpack,Compatible with IE 8
MIT License
4 stars 3 forks source link
angularjs es6 webpack

angular-webpack-es6

A complete, yet simple, starter for Angular1.x using ES6 and build with webpack

Warning: Make sure you're using the latest version of Node.js and NPM

Quick start

# clone the repo
$ git clone https://github.com/giscafer/angular-webpack-es6.git my-app

# change directory to your app
$ cd my-app

# install the dependencies with npm
$ npm install

# start the server
$ npm start

go to http://localhost:4000 in your browser.

Developing

Build files

Relate

angular-webpack

License

MIT