Command-line interface for ReactFlow Next, a modern React framework.
npm install @reactflow-next/cliCommand-line interface for ReactFlow Next, a modern React framework.
``bash`
npm install -g @reactflow-next/cli
Create a new project:
`bash`
reactflow-next create my-app
Start development server:
`bash`
reactflow-next dev
Build for production:
`bash``
reactflow-next build
See the main ReactFlow Next documentation for more details.