0.0.0 • Published 7 years ago

react-json-form-builder v0.0.0

Weekly downloads
6
License
-
Repository
-
Last release
7 years ago

json-form-builder

React component for building html5 forms via simple json schema

Installation

$ npm install json-form-builder

Usage

docs here

Development

Install dependencies:

$ npm install

Run the example app at http://localhost:8080:

$ npm start

Run tests and watch for code changes using jest:

$ npm test

Lint src and test files:

$ npm run lint

Generate UMD output in the lib folder (runs implicitly on npm version):

$ npm run build

License

MIT