Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.