forked from koa-boilerplate

This commit is contained in:
Chris Troutner
2019-01-20 18:12:23 -08:00
commit 44b519bfcb
30 changed files with 1577 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
const server = require('./bin/server.js')
server.startServer()