Skip to content

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

License

Notifications You must be signed in to change notification settings

beninada/ng-es6-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.