项目作者: 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
创建时间: 2021-05-29T15:36:59Z
项目社区:https://github.com/JustKato/ExpressTS_BoilerPlate

开源协议:MIT License

下载


Description

A simple API-Oriented boilerplate for ExpressJS using TypeScript, for the “FrameWork“ check out the branches or Wiki for more info

Dev Running

  1. # Run the following command in the root of the folder
  2. nodemon ./src/app.ts

Building

  1. # Run the following command in the root of the folder
  2. npm build