norice
v3.0.3
Published
Servers JSON files proxy throngh routes
Maintainers
Readme
Install
npm install -g noricewrite 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