Installation

Library

The Form Builder is available as an NPM package here.

To install the Form Builder into your NodeJS project, open a terminal and type the following:

npm i --save @ginkgo-bioworks/react-json-schema-form-builder

The Form Builder can then be imported as a React component in any ReactJS file as follows:

import { FormBuilder } from 'react-json-schema-form-builder';

Demo App

To run the demo app, first clone the repository:

git clone https://github.com/ginkgobioworks/react-json-schema-form-builder.git
cd react-json-schema-form-builder/example

Then, run the following command to install the appropriate dependencies:

npm install

To start the app, enter the following command to locally run a server

npm start

Then open the following URL in your browser: http://localhost:3000/