[ui-server]: working test of UI server

This commit is contained in:
41666 2019-06-05 10:13:57 -05:00
parent 74e87ccbc7
commit 88959c59fe
No known key found for this signature in database
GPG key ID: DE08FAA8925DC747
6 changed files with 100 additions and 2 deletions

View file

@ -5,9 +5,17 @@
"scripts": {
"build": "tsc",
"precommit": "lint-staged",
"dev": "yarn build --watch"
"dev": "yarn build --watch",
"start": "node lib/index.js"
},
"dependencies": {
"koa": "^2.7.0",
"koa-better-router": "^2.1.1",
"kompression": "richard-riverford/kompression#0d4480c",
"@roleypoly/ui": "2.0.0",
"chalk": "^2.4.2",
"dotenv": "^8.0.0"
},
"dependencies": {},
"devDependencies": {
"lint-staged": "^8.1.7",
"tslint": "^5.17.0",