React-Flo is a React based visual node graph editor
- NodeJS
https://nodejs.org/en/download/
- Webpack
npm install --global webpack
- Clone this repository
$ https://github.com/HydroCarbons/react-flo.git
- Switch to project*
cd react-flo
- Install Depedencies*
npm install
- Start
npm start
- App running in your broswer
http://localhost:8081
- Click "File>>" and post the contents of "https://github.com/HydroCarbons/react-flo/blob/master/doc/flo-graph.json" to Content input box and click "Upload" to render it in Flo.
- Create build
npm run build
- On successful completion, 'dist' folder will be created with app files.
1. bundle.js
2. bundle.js.map
3. index.html
This project is licensed under the Apache License 2.0, Copyright (c) 2018 HydroCarbons. For more information see LICENSE.md.