Skip to content

Zubs/Node_TS_Setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Node-Typescript API Starter

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages