Skip to main content

Getting Started

The easiest way to start is to use our React + Material UI seed app.

  1. Clone the seed app with git clone
  2. Install dependencies with:
    npm ci
  3. 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.