Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whitehorse21/reactflow
Implemented react-flow library
https://github.com/whitehorse21/reactflow
javascript muiv5 react react-flow-renderer stripe-api styled-components
Last synced: 2 months ago
JSON representation
Implemented react-flow library
- Host: GitHub
- URL: https://github.com/whitehorse21/reactflow
- Owner: whitehorse21
- Created: 2023-04-19T21:02:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-24T20:12:58.000Z (over 1 year ago)
- Last Synced: 2024-04-24T02:23:10.505Z (9 months ago)
- Topics: javascript, muiv5, react, react-flow-renderer, stripe-api, styled-components
- Language: JavaScript
- Homepage:
- Size: 10.5 MB
- Stars: 13
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## 1.install
### npm
```
npm i
or
npm i --legacy-peer-deps
```### yarn
```
yarn install
```## 2.Start
```sh
npm start
or
yarn start
```## 3.Build
```sh
npm run build or yarn build
```Builds the app for production to the `build` folder.
It correctly bundles React in production mode and optimizes the build for the best performance.The build is minified and the filenames include the hashes.
Your app is ready to be deployed.
## User Guide
You can find detailed instructions on using Create React App and many tips in [its documentation](https://facebook.github.io/create-react-app/).