Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 406 Bytes

File metadata and controls

16 lines (10 loc) · 406 Bytes

Backend bare bone

This is a bare bone backend for a project. It is made with express and typescript.

How I made this so far

npm init npm i --save expressjs dotenv npm i -D typescript @types/express @types/node

Tip of the moment: When you start over, you learn something new

Initiation

Initiate TS document npx tsc --init