Files
ZYZ/gm-server
liangtongchuan 011335ff1f 环境:增加监控服务器配置
部署:修改 pm2 启动相关文件
2021-04-20 14:57:52 +08:00
..
2021-04-14 10:55:15 +08:00
2020-09-22 11:09:15 +08:00
2020-09-23 19:47:09 +08:00
2020-09-22 11:09:15 +08:00
2020-09-22 11:09:15 +08:00
2020-09-22 11:09:15 +08:00
2020-09-22 11:09:15 +08:00
2020-09-22 11:09:15 +08:00
2020-09-22 11:09:15 +08:00
2020-09-22 11:09:15 +08:00
2020-09-23 19:47:09 +08:00
2020-12-18 18:30:19 +08:00
2020-09-22 11:09:15 +08:00

hackernews-async-ts

Hacker News showcase using typescript && egg

QuickStart

Development

$ npm i
$ npm run dev
$ open http://localhost:7001/

Don't tsc compile at development mode, if you had run tsc then you need to npm run clean before npm run dev.

Deploy

$ npm run tsc
$ npm start

Npm Scripts

  • Use npm run lint to check code style
  • Use npm test to run unit test
  • se npm run clean to clean compiled js at development mode once

Requirement

  • Node.js 8.x
  • Typescript 2.8+