UNPKG

sp-formgen-react

Version:

Formula generator for SharePoint with JSON for react. UI Fabric controls are used for rendering

8 lines (7 loc) 174 B
const RestProxy = require('sp-rest-proxy'); const settings = { port: 4323, protocol: 'http', } const restProxy = new RestProxy(settings); restProxy.serve();