Skip to content

billyyyyy3320/json-server-mulitple-files-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

json-server-mulitple-files-sample

Build

yarn

Install dependencies

yarn mock

Start the server

Easily mock API:

Add files:

└── mock
    └── hello
        ├── world.js
        └── index.js

And you'll be able to get data by visiting:

localhost:9898/hello/world localhost:9898/hello

Releases

No releases published

Packages

No packages published