An open API service indexing awesome lists of open source software.

https://github.com/johnlindquist/angular-2-hello-world

An Angular 2 starter project for dev and production builds.
https://github.com/johnlindquist/angular-2-hello-world

Last synced: 3 months ago
JSON representation

An Angular 2 starter project for dev and production builds.

Awesome Lists containing this project

README

          

# 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.