Denys Vuika 3dc95dc4ed #586 fix npm scripts for demo app and demo projects
- pre-build TypeScript code before running watchers
- don’t clean (rimraf) destination folders on watcher (done on
pre-build, fixes many browser load errors)
- simplified ‘tslint’ tasks for demo projects
- running ’tsc’ and ‘tsc -w’ from local node_modules (don’t expect
global typescript compiler)
2016-08-23 14:10:42 +01:00
..
2016-07-18 14:51:31 +01:00
2016-07-18 14:51:31 +01:00
2016-07-18 14:51:31 +01:00
2016-07-18 14:51:31 +01:00
2016-07-18 14:51:31 +01:00
2016-07-18 14:51:31 +01:00
2016-07-18 14:51:31 +01:00
2016-07-18 14:51:31 +01:00
2016-07-18 14:51:31 +01:00

ng2-alfresco-webscript - Demo

  • To install dependencies
$ npm install
  • To provide a live demo
$ npm run start
  • To clean npm_modules and typings folder
$ npm run clean