Mock JSON using JSON Schema
-
Install dependencies.
yarn dev
-
Start dev server with hot reload at http://localhost:3000.
npm run dev
npm run lint
npm run build
Run the app in production mode at http://localhost:3000.
npm run serve
- Run unit tests and watch
npm run test:unit
- Run unit tests with coverage
npm run test:unit:coverage
- Run e2e tests
npm run test:e2e
This project is licensed under the MIT License.