misk-web-examples-data
v0.3.1
Published
## Data Sets
Downloads
2
Readme
Examples Data
Data Sets
adminDashboardTabs
: Misk bound admin dashboard tabscars
: 1000 cars with quantities, prices, locationsconfig
: Misk service configdinos
: 1000 dinosaursserviceMetadata
: Misk service metadatashortUrls
: Shortened urlswebActions
: Misk bound web actions
Getting Started
npm install
- Add any new data sets to a new file in
src/data/
- Rebuild the JSON writer executable with
npm run-script build
- Regenerate the
demo/*.JSON
withnode dist/index.js
Resources
- Batch test data generated with Mockaroo