项目作者: JustKato
项目描述 :
A Simple ExpressJS + TypeScript *( and HandleBars optionally ) boilerplate, this also has a branch for the HandleBars templating engine with examples as well!
高级语言: TypeScript
项目地址: git://github.com/JustKato/ExpressTS_BoilerPlate.git
Description
A simple API-Oriented
boilerplate for ExpressJS
using TypeScript
, for the “FrameWork
“ check out the branches or Wiki for more info
Dev Running
# Run the following command in the root of the folder
nodemon ./src/app.ts
Building
# Run the following command in the root of the folder
npm build