React-Flo A React-Based Visual Node Graph Editor

React Flo is a visual node graph editor built on React. Here's how you can get started:

Prerequisites

  • Install Node.js: Node.js download link
  • Install Webpack globally using NPM: npm install --global webpack

Steps to Set Up

  1. Clone the repository: $ git clone https://github.com/HydroCarbons/react-flo.git
  2. Switch to the project directory: $ cd react-flo
  3. Install dependencies: $ npm install
  4. Start development server: $ npm start
  5. Open http://localhost:8081 in your browser.

Usage

  • Click on File >> Upload to render the content in Flo.
  • For production environment, run npm run build, which will create a dist folder containing the production files including bundle.js.

Output

The build will generate the following output files in the dist folder:

1. bundle.js

2. Other necessary production files.

zip 文件大小:677.89KB