hirak-santra / ts-node-project-starter

Basic Node js project with ts and nodemon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project: TsNodeProject

Description: Basic Node js project with ts and nodemon

Author: Hirak Santra

/****************************************************************************/

Build ts files to js files

npm run build

Run js files on the node js

npm run start

Automatically build and run your ts project by nodemon.

npm run start:auto

About

Basic Node js project with ts and nodemon


Languages

Language:TypeScript 100.0%