Boilerplate for your project using AngularJS >1.5, ES6/2015 syntax, Sass, and Webpack2.
- Download the latest release
- Clone the repo:
git clone https://github.com/beninada/ng-es6-boilerplate.git
- Component-based file structure simplifies application code maintainence.
- Webpack bundles assets from your ES6, AMD, or CommonJS modules.
- Sass compilation and support for JS import with sass-loader.
- Style agnostic. Import and design your app with any CSS framework of your choice.
Step 1. Install NodeJS
Step 2. Install project dependencies
cd path/to/project
npm install
Step 3. Build and run your app at localhost:8080
npm run serve
Step 4. Build and minify your app for production
npm run build
I am more than open to receiving contributions to this project. Fork at will! 😀
The code is available under the MIT license.