UNPKG

onshape-clients

Version:

The meta package for creating the various Onshape clients

8 lines (6 loc) 174 B
var express = require("express") var app = express(); var docs_handler = express.static(__dirname + '/docs/'); app.use(docs_handler); // start the server app.listen(8002);