Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 154 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 154 Bytes

A super simple boilerplate of an express app with typescript.

Developing

npm run dev

Build

npm run build

Production

npm start