Seed project for AngularJS + Babel + webpack.
Node.js v4.x.x and npm v3.x.x are required.
Install the npm packages described in package.json.
npm installVerify it works.
npm startThis command compiles the application, and runs it on the lite-server.
The command also watchs the file changes.
You can stop the command by Ctrl-C.
The following npm commands are available.
npm start- runs the compiler and the local server simultaniously, and watch the changes.npm run pack:m- compiles and minifies the scripts.