Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 364 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 364 Bytes

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