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
- Host: GitHub
- URL: https://github.com/ohager/cytoscape-demo
- Owner: ohager
- License: mit
- Created: 2020-05-05T11:53:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-05T15:22:45.000Z (about 6 years ago)
- Last Synced: 2025-02-22T03:44:26.010Z (over 1 year ago)
- Language: JavaScript
- Size: 406 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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