Mario Romano b05247dade #1014 use document list to display search results (#1548)
* #1014 use document list to diplay search results

* #1014 refactor pagination

* #1014 documentation and scripts update

* fix random erros on tests executrion

* #1014 fix travis scripts and raise timeout jasmine

* #1014 fix appveyor script

* #1014 type nodeId
2017-01-27 12:22:25 +00:00
..
2016-11-10 21:09:26 +00:00
2016-08-25 10:31:07 +01:00
2016-07-06 12:25:18 +01:00

Running a demo project

The Alfresco application development framework comes with a demo project that you can run to get a feel for what's available.

  • Start by navigating into the app development framework source folder, and then the script folder:
 cd alfresco-ng2-components
 cd scripts
  • Start the demo and Install all the dependencies (Note. do it this way only the first time, and be aware, it will take some time)
./start.sh -install
  • Start the demo (the standard way of starting the demo after first initialization):
./start.sh
  • Start the demo, install all the dependencies, and remove the previous version of the npm packages (Note. do this only after big changes):
./start.sh -cleanInstall
  • Start the demo and update the dependencies:
./start.sh -update
  • If you want to use your local components use the following script with any of the previous option. It will npm link all the components in the demo shell:
./start-linked.sh
  • If you want to build all your local component:
./npm-buid-alll.sh

For development environment configuration please refer to project docs.