cytoscapejs-react
v1.1.4
Published
## How to install
Downloads
29
Readme
cytoscapejs-react
How to install
npm install -D cytoscapejs-react
How to view example
- git clone codes
git clone https://github.com/tea-node-ts/cytoscapejs-react.git
cd cytoscapejs-react
- Install dependencies in cytoscapejs-react directory
npm install
npm run start
- Install example dependencies in example directory
cd example
npm install
npm run start
- view example in browser
open http://127.0.0.1:1234
How to test
npm test