Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juristr/angular2-playground
Simple angular2 playground setup
https://github.com/juristr/angular2-playground
Last synced: about 1 month ago
JSON representation
Simple angular2 playground setup
- Host: GitHub
- URL: https://github.com/juristr/angular2-playground
- Owner: juristr
- Created: 2016-02-10T19:12:24.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-10T19:14:57.000Z (almost 9 years ago)
- Last Synced: 2024-04-14T22:27:55.751Z (7 months ago)
- Language: HTML
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular 2 playground
This is a very simple setup I use to quickly play around with Angular 2
when Plunker is not enough.## Setup
Use node 4+ and npm 3+.
```
$ npm i
```## Run
Execute the TypeScript compiler in one shell window
```
$ npm run tsc
```and in another terminal window
```
$ npm start
```...to start the app in the browser.