- koa2
- graphql
- typescript
- ioredis
- mysql2
- mongodb
- koa-router
在终端下操作
项目地址: (git clone
)
git clone [email protected]:xpioneer/koa-graphql-typescript.git
安装node_modules依赖 yarn
yarn #in your command terminal
启动开发服务: (http://localhost:8020)
yarn start
生产环境打包
yarn build