https://github.com/posabsolute/redux-form-validator-example
https://github.com/posabsolute/redux-form-validator-example
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/posabsolute/redux-form-validator-example
- Owner: posabsolute
- Created: 2016-01-28T03:37:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-22T12:08:16.000Z (about 9 years ago)
- Last Synced: 2025-01-23T11:32:49.432Z (4 months ago)
- Language: JavaScript
- Size: 163 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)