- Make sure you have node.js >= 8.9.x installed with npm >= 3.x
- run
npm install
to install dependencies. - run
npm start
to fire up dev server. - open browser to
http://localhost:8080
. - edit src/app.ts and choose the sample to run.
npm run build
will output basic build todist
folder which you can serve from any basic http server.