$ npm install tsd -g
$ npm install
For proper adding of third-party dependency you should require('<deps-name>')
in src/dependencies.ts
.
This will move third-party dependencies to separate bundle and reduce re-build time.
- Start watch and rebuild source files
$ npm run watch
- Start livereload server
$ npm run serve