An open API service indexing awesome lists of open source software.

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.

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
```