- Make sure you have node.js >= 6.x.x installed
- run
npm installto install dependencies. - run
npm startto fire up dev server. - open browser to
http://localhost:8080. - edit src/app.ts and choose the sample to run.
npm run buildwill output basic build todistfolder which you can serve from any basic http server.