8000 GitHub - hopeOpen/hope-core: 🔥 Node + Egg + Squelize + jwt + TypeScript + mySql 实现的后端服务。此项目是学习到TypeScript装饰器应用、Egg错误捕获、中间件处理、路由加载封装思想。搭配hope-client组合全栈应用
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

🔥 Node + Egg + Squelize + jwt + TypeScript + mySql 实现的后端服务。此项目是学习到TypeScript装饰器应用、Egg错误捕获、中间件处理、路由加载封装思想。搭配hope-client组合全栈应用

Notifications You must be signed in to change notification settings

hopeOpen/hope-core

Repository files navigation

hackernews-async-ts

Hacker News showcase using typescript && egg + Squelize

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+

About

🔥 Node + Egg + Squelize + jwt + TypeScript + mySql 实现的后端服务。此项目是学习到TypeScript装饰器应用、Egg错误捕获、中间件处理、路由加载封装思想。搭配hope-client组合全栈应用

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0