koalrn1

node v8.17.0
version: 1.0.0
endpointsharetweet
const koa = require('koa'); const app = new koa(); app.use(async ctx => { ctx.body = 'Hello vorld'; }); app.listen(3000);
Created from: https://koajs.com/
Loading…

no comments

    sign in to comment