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.
- Host: GitHub
- URL: https://github.com/johnlindquist/angular-2-hello-world
- Owner: johnlindquist
- Created: 2016-04-01T17:38:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-31T09:52:54.000Z (almost 10 years ago)
- Last Synced: 2026-03-27T23:42:00.018Z (4 months ago)
- Language: TypeScript
- Size: 19.5 KB
- Stars: 8
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.