This is the parent project for all web application templates for Export as Interactive Web Visualization option available in Cytoscape 3.2.0 and later.
- Node.js
- Gulp
- Grunt
git clone git@github.com:cytoscape/web-export-templates.git
cd web-export-templates
git submodule init
git submodule update
Simple web application using Cytoscape.js to visualize single network view exported in Cytoscpae.js JSON file.
This template uses gulp for building application.
gulp
gulp serve
AngularJS-based single page application to visualize networks with Cytoscape.js.
As of today (September 30, 2014), this project uses grunt for build process, but will be migrated to gulp in future versions.
grunt
grunt serve
(TBD)
If you are interested in how to use this template manually, please visit our wiki.