/angular2-boilerplate

Primary LanguageJavaScriptMIT LicenseMIT

Angular 2 Boilerplate

An opinionated boilerplate for Angular 2 development. (Work in Progress)

Features

  • Gulp
  • Browserify
  • Twitter Bootstrap compiled with Compass / Sass

Quick Start for Development on localhost

Install Sass and compass

gem install sass

gem install compasss

gem install sass-globbing

gem install --pre sass-css-importer

Install Node

$ brew install node

$ brew install nvm

$ nvm install v6.6.0

$ nvm use v6.6.0

Install Gulp-cli

 npm install --global gulp-cli

Install Gulp-cli

 npm install --global gulp-cli

Install and build the App

$ cd ~/code/angular-boilerplate/
$ npm install
$ gulp build:dev

Start the Server

$ npm install http-server -g

$ cd ~/code/angular-boilerplate/

$ http-server -p 9999

Navigate to http://localhost:9999/

Acknowledgements & References

Offical Angular Styleguide