This is a sample web application project to visualize JSON files generated by D3.js Exporter for Cytoscape.
To build this project, you need the following:
- Install required node modules:
npm install
- Install dependent libraries:
bower install
- Run local server for preview:
gulp serve
If you want to build the complete application for your web server, type:
gulp
and upload the contents in dist directory.
This sample is available here.