Files
ZYZ/gm-server
luying 024f1e2776 Revert " feat(db): 修改对item表的数据库操作方式"
This reverts commit 97a36fda70fc1ccbb7f310b04d149f46f997a614.
2023-05-22 19:41:04 +08:00
..
2020-09-22 11:09:15 +08:00
2023-02-17 10:58:03 +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
2023-05-06 16:04:57 +08:00
2020-09-22 11:09:15 +08:00
2021-12-17 19:17:05 +08:00
2022-09-14 17:41:05 +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+