angular-2-hello-world

An Angular 2 starter project for dev and production builds.

Stars
9

Angular 2 Hello World

QuickStart

npm install && npm start

TL;DR

npm start - Compiles in-browser npm run build - Compiles to a dist dir

Style Guide

https://github.com/mgechev/angular2-style-guide

Webstorm

Dismiss the "Compile TypeScript" prompt with no

Installing More Packages

npm install then follow the pattern in config.js for map and packages

About

Uses SystemJS and TypeScript for in-browser compiling Uses SystemJSBuilder for final build

Other

  • Uses browser-sync for dev host, but you can use any server you want.
  • Build size will improve VASTLY in upcoming Angular 2 releases, for now we can't even minify.