Getting Started
The easiest way to start is to use our React + Material UI seed app.
- Clone the seed app with
git clone
- Install dependencies with:
npm ci
- Run the app with:
npm start
For more information about the seed app, please see the corresponding README file of the seed repo.
For a more detailed guide about the usage of JSON Forms, please see our tutorial.
Other starters
We also maintain an Angular seed and a Vue seed.