Skip to content
This repository has been archived by the owner on May 30, 2018. It is now read-only.

Latest commit

 

History

History
25 lines (17 loc) · 418 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 418 Bytes

React Form Builder

A comprehensive Form Builder for React that handles persistence and rendering.

Docs

Running Examples

git clone git@github.com:quri/react-form-builder.git
cd react-form-builder
npm install
npm run examples

Then open http://localhost:8080/webpack-dev-server/

Build and Release

npm run build-npm
npm publish