
npm install nuflow
Low code platform drag and drop to build flow login for handling data and running business process
This platform friendly to user, users can change the logic whenever they need.
The common problem in Enterprise company is:
1. You need change strategy oftenly and need to change your system/application that you use as tool
You can get this template without forking/cloning the repo using degit:
``bash`
npx degit xyflow/vite-react-flow-template your-app-name
The template contains mostly the minimum dependencies to get up and running, but
also includes eslint and some additional rules to help you write React code that
is less likely to run into issues:
`bashpnpm install
npm install # or or yarn install`
Vite is a great development server and build tool that we recommend our users to
use. You can start a development server with:
`bash`
npm run dev
While the development server is running, changes you make to the code will be
automatically reflected in the browser!
- Create a new custom node inside src/nodes/ (don't forget to export it from src/nodes/index.ts`).
- Change how things look by overriding some of the built-in classes.
- Add a layouting library to position your nodes automatically
Links:
- React Flow - Docs
- React Flow - Discord
Learn: