/angular2-reddit

angular2-reddit - ng-book2(https://www.ng-book.com/2/) sample app

Primary LanguageJavaScript

Getting started

This is not working with WebPack yet. We are using Typescript's compiler --watch clause to get TypeScript compiled.

To install dependencies and start compiling:

npm install
tsc --watch

Then run a local filesystem HTTP server:

npm install -g live-server
live-server

And visit http://localhost:8080