https://github.com/xyflow/reactflow-webpack4
Example React Flow + webpack 4.
https://github.com/xyflow/reactflow-webpack4
Last synced: about 1 month ago
JSON representation
Example React Flow + webpack 4.
- Host: GitHub
- URL: https://github.com/xyflow/reactflow-webpack4
- Owner: xyflow
- License: mit
- Created: 2024-01-11T11:08:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-11T11:13:52.000Z (over 2 years ago)
- Last Synced: 2025-02-28T09:23:44.198Z (over 1 year ago)
- Language: JavaScript
- Size: 98.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Flow + webpack 4
This repo demonstrates the use of React Flow + webpack 4.
## Installation
```sh
npm install
```
## Development
```sh
npm start
```
## Build
```sh
npm run build
```