this case use koa and angular4.
if you first time run this case. install the dependencies pkg.
npm installplease store some info to mongodb.
num run storeif don't want use mongodb ,you should modified server/index.js and routes/.
angualr4 use Typescript and we need package the code.
start mongodb server on you system first.
sudo mongod||mongod.exe
package :
webpackand start server:
npm startopen 127.0.0.1:3000 in browser.