mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
20 lines
207 B
Markdown
20 lines
207 B
Markdown
# ng2-alfresco-webscript - Demo
|
|
|
|
* To install dependencies
|
|
|
|
```sh
|
|
$ npm install
|
|
```
|
|
|
|
* To provide a live demo
|
|
|
|
```sh
|
|
$ npm run start
|
|
```
|
|
|
|
* To clean npm_modules and typings folder
|
|
|
|
```sh
|
|
$ npm run clean
|
|
```
|