@reactflow-next/cli
v0.1.6
Published
Command-line interface for ReactFlow Next, a modern React framework.
Readme
@reactflow-next/cli
Command-line interface for ReactFlow Next, a modern React framework.
Installation
npm install -g @reactflow-next/cliUsage
Create a new project:
reactflow-next create my-appStart development server:
reactflow-next devBuild for production:
reactflow-next buildSee the main ReactFlow Next documentation for more details.
