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
- Clone the repository:
$ git clone https://github.com/HydroCarbons/react-flo.git - Switch to the project directory:
$ cd react-flo - Install dependencies:
$ npm install - Start development server:
$ npm start - Open http://localhost:8081 in your browser.
Usage
- Click on
File >> Uploadto render the content in Flo. - For production environment, run
npm run build, which will create adistfolder containing the production files includingbundle.js.
Output
The build will generate the following output files in the dist folder:
1. bundle.js
2. Other necessary production files.
文件大小:677.89KB
评论区