Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 614 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 614 Bytes

Express TypeScript Starter

A quick starter package for express + typescript project. It was created for educational purpose.

Used Technologies:

Instructions

Install

npm install

Run Server (Build & Start)

npm start

Development (Auto-Reload)

npm run dev

Testing

npm run test