Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.38 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.38 KB

AngularJS ES6 Boilerplate Build Status

Boilerplate for your project using AngularJS >1.5, ES6/2015 syntax, Sass, and Webpack2.

Download

Features

  • 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.

Getting started

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

Contributing

I am more than open to receiving contributions to this project. Fork at will! 😀

License

The code is available under the MIT license.