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

https://github.com/hardyscc/react-rulebuilder

Rule Builder for React
https://github.com/hardyscc/react-rulebuilder

Last synced: 5 months ago
JSON representation

Rule Builder for React

Awesome Lists containing this project

README

          

# Rule Builder for React

## Usage

To install dependencies

```
$ npm install
```

To build

```
$ npm run build
```

To run tests

```
$ npm test
```

To run Storybook

```
$ npm run storybook
```