Skip to content

A simple ES6 Angular boilerplate with babel and webpack. It comes with some components and services as an examples.

License

Notifications You must be signed in to change notification settings

co0kie/es6-angular-boilerplate

 
 

Repository files navigation

Angular ES6 Boilerplate

A simple Angular ES6 boilerplate with babel and webpack. It comes with some components and services as an examples.

Installation

$ git clone git@github.com:asainz/angular-es6-boilerplate.git .

If you want to use this boilerplate, please remove the followin sample code:

  • components/content
  • components/sidebar
  • components/navbar
  • services/fake-items.js
  • Remove references to said components from components/app

Development server

$ webpack-dev-server

Features

  1. Babel
  2. Sass
  3. Sass linting
  4. Assets loading
  5. ng-annotate
  6. Component-based architecture

Future features

  1. JS linting

About

A simple ES6 Angular boilerplate with babel and webpack. It comes with some components and services as an examples.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.2%
  • HTML 15.1%
  • CSS 12.7%