mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
13 lines
322 B
Bash
Executable File
13 lines
322 B
Bash
Executable File
#!/usr/bin/env bash
|
|
cd demo-shell-ng2
|
|
|
|
npm install
|
|
npm install ../ng2-components/ng2-alfresco-core
|
|
npm install ../ng2-components/ng2-alfresco-documentlist
|
|
npm install ../ng2-components/ng2-alfresco-login
|
|
npm install ../ng2-components/ng2-alfresco-upload
|
|
npm install ../../dev-platform-js-api
|
|
|
|
#npm run build.dev
|
|
npm start
|