Skip to content

quanxiaoxiao/norice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

npm install -g norice

write config norice.config.js

const path = require('path');

module.exports = {
  webpackDev: require('./webpack.dev.js'),
  api: {
    '/test': {
      get: {
        body: () => 'hello world!',
      },
    },
  },
};

run

$ norice -p 3000

About

Get a full fake API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published