0.0.3 • Published 8 years ago

ng2-brunch-es6-seed v0.0.3

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

ng2-brunch-es6-seed

Superhero starter template for Angular 2, Brunch and Babel

This is a starter project for a web application based on Angular 2, Babel and Brunch. You can use it to quickly bootstrap your Angular 2 app on a modern language platform with minimal time spent on configuration and dependency management.

Angular 2 is currently in Beta so expect rough edges around the corner.

Features:

  • ES6 by default
  • SASS/SCSS for styles
  • NPM for dependency resolution
  • Reload on save
  • Javascript/CSS/HTML minification for production

Get started

  • git clone git@github.com:tolyo/ng2-brunch-es6-seed
  • cd ng2-brunch-es6-seed
  • npm install

Running the app during development

  • npm start to serve using Brunch

Running the app in production

  • npm prod to build for production deployment