maskeynihal / node-typescript-starter

Barebone starter package for node with typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node Starter Template with Typescript

Used Technologies

  1. Node.js

Commands

1. Build

Build TS file to JS.

yarn build

2. Build (in watch mode)

Build TS file to JS in watch mode. If there is any changes in TS file, build is triggered.

yarn build:watch

3. Start dev

Transpile TS to JS in watch mode and run JS file using nodemon. If there is any changes in TS file, build is triggered and the app is ran again.

yarn start:dev

About

Barebone starter package for node with typescript


Languages

Language:TypeScript 100.0%