react-tru-form
v0.0.1-beta.6
Published
A React component for building Web forms from JSON Schema.
Downloads
4
Readme
react-tru-form
Installing
$ git clone [email protected]:desoleary-trufla/react-tru-form.git
$ cd react-tru-form
$ yarn
Development
yarn start
Development Guides / Best Practices
react-jsonschema-form Documentation
Coding style
All the JavaScript code in this project conforms to the prettier coding style. A command is provided to ensure your code is always formatted accordingly:
yarn run cs-format
The cs-check command ensures all files conform to that style:
$ yarn run cs-check