An open API service indexing awesome lists of open source software.

https://github.com/ohager/cytoscape-demo

Just a simple demo checking out cytoscape
https://github.com/ohager/cytoscape-demo

Last synced: about 2 months ago
JSON representation

Just a simple demo checking out cytoscape

Awesome Lists containing this project

README

          

cytoscape demo
================================================================================

## Description

Small demo to checkout some of the cytoscape stuff

- extensions
- stylings

## Run

1. 'npm i'
2. 'npm run dev' (starts dev server on localhost:8080)
3. If not opens, open `localhost:8080`

## Build targets

* `npm run test` : Run Mocha tests in `./test`
* `npm run build` : Build `./src/**` into `cytoscape-custom-style.js`
* `npm run watch` : Automatically build on changes with live reloading (N.b. you must already have an HTTP server running)
* `npm run dev` : Automatically build on changes with live reloading with webpack dev server
* `npm run lint` : Run eslint on the source