beninada / ng-es6-boilerplate

Boilerplate for your Angular >1.5 project using ES6 syntax, Sass, and Webpack2.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Boilerplate for your Angular >1.5 project using ES6 syntax, Sass, and Webpack2.

License:MIT License


Languages

Language:JavaScript 80.9%Language:HTML 14.8%Language:CSS 4.4%