This example app runs from Next.js.
To set up and run the example app:
- From the root of the repo, run
npm install
to install dependencies. - Then, run
npm run build
ornpm run watch
to build the React JSON Schema Form Builder. - Navigate to the example app by running
cd example
. - Run
npm install
to install the example app's dependencies. - Run
npm run dev
to start up the development server. - Navigate your browser to
http://localhost:3000
.