Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 571 Bytes

File metadata and controls

33 lines (21 loc) · 571 Bytes

React Flow Example App - Create React App

This app was bootstrapped with create-react-app.

Installation

npm install

Start Dev Server

npm start

Runs the app in development mode. Open http://localhost:3000 to view it in the browser.

Run Tests

npm test

Build

npm run build

Create React App Docs

Please refer to the Create React App docs for more information.