npm install
typings install
npm run build
http-server -p 8080 .
now visit localhost:8080/demos/basic
webpack
webpack --config webpack.demos.config.js
npm test
npm run test-watcher
[you may edit source and unit test, all changes will be automatically detected and cover by tests]
npm run build
http-server -p 8080 .
# open chrome to localhost:8080/docs/
`