Hacker News showcase using typescript && egg
$ 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.
# 启动 app
$ make start
# 关闭 app
$ make stop$ cd typesense
# 启动 search
$ make start
# 关闭 search
$ make stop
- Use
npm run lintto check code style - Use
npm testto run unit test - se
npm run cleanto clean compiled js at development mode once
npx sequelize db:migrate
npx sequelize db:migrate:undo
npx sequelize migration:generate --name=add-column-tablename
npx sequelize migration:generate --name=add-api
npx sequelize-auto -c './database/auto.config.js' -o "./dist/models"
- Node.js 16.x
- Typescript 4.x
· docker build -t eggts -f ./docker/dockerFile .