mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
- 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)
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