Using React Flow to create a flow control application, primarily for designing, architecting, and visualizing the systems and processes of a business.
Install the javascript dependencies:
npm install # or `pnpm install` or `yarn install`Install the python dependencies:
pip install -r requirements.txtRun the python server:
python -m server.serverRun the javascript development server:
npm run devTo build the app, run the following vs code task (reccomended):
Build App
The executable will be in the dist folder, along with all required files.
- Create a new custom node inside
src/custom/ - Change how things look by overriding some of the built-in classes.
- Add a layouting library to position your nodes automatically
Links:
Learn: