uba-server-mock Installation $ npm install uba-server-mock -D Usage Edit the .ubarc file { "mock": { "GET": [{ "/local/user/get": "./mock/user/get.json" }], "POST": [{ "/local/user/post": "./mock/user/post.json" }] } }