Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 731 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 731 Bytes

Express TS

Template for websites with express js framework and typescript support

Features

Scripts

Run commands with yarn or npm

yarn <command>
npm run <command>

Command Description
dev Watch and live update application on change
build Build ts files to
build:watch Build ts files and watch for changes
start Start application from built files