$ npm install
Command | Description |
---|---|
npm start |
Starts the development server |
npm run build |
Creates the production build |
npm run build:watch |
Creates the production build and watch for changes |
npm run test |
Runs the unit tests |
npm run test:watch |
Runs the unit tests and watches for changes |
npm run type-check |
Checks the codebase on type errors |
npm run type-check:watch |
Checks the codebase on type errors and watches for changes |
npm run lint |
Checks the codebase on style issues |
npm run lint:fix |
Fixes style issues in the codebase |
This project uses react-jsonschema-form for configuring the widget properties. For more information consult their documentation