Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 288 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 288 Bytes

Node TypeScript Starter

A starter project for TypeScript in Node JS

Prerequisites

- Node

Running the application

Install and run the application

npm i
npm start

Run with hot reloading using Nodemon

npm run dev

Run tests

npm t