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

https://github.com/posabsolute/redux-form-validator-example


https://github.com/posabsolute/redux-form-validator-example

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

Redux Form Validator Example
=========================

Show an implementation example for the Redux form validator middleware.

## Installation
```
$ npm install
```

## Run app
```
$ npm start
```
And open in browser: [http://localhost:3000](http://localhost:3000)