Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 207 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 207 Bytes

Typescript Node + Express Template

Usage

Install dependencies with yarn or yarn install

Create an .env file in the root with a PORT variable

Development: yarn dev

Production: yarn start