Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 535 Bytes

File metadata and controls

18 lines (12 loc) · 535 Bytes

json-server

basic example

to start the mockserver execute npm run js.simple from package.json in the console there will be all configured resources displayed

module example

to start the mockserver execute npm run js.module from package.json in the console there will be all configured resources displayed
there is also the possibility to call the root app in the browser and watch the configuration

faker

generation example

to run generation execute npm run faker.generate from package.json