Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 388 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 388 Bytes

ng2 - Poor man's blog 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:

node_modules/http-server/bin/http-server

And visit http://localhost:8080