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.txt
Run the python server:
python -m server.server
Run the javascript development server:
npm run dev
To 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: