Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 796 Bytes

README.md

File metadata and controls

39 lines (31 loc) · 796 Bytes

Node TypeScript API Starter

Codacy Badge

Clone Project

git clone https://github.com/Zubs/Node_TS_Setup.git

cd Node_TS_Setup

Installation

npm install

Setup environment variable

Copy .env.example into .env and .env.dev for production and development environments respectively

cp .env.example .env
cp .env.example .env.dev

Run dev server

npm run dev

This should give display as follows.

Build

npm run build

Run Server After Build

npm run start