/TStarter

NodeJS + TypeScript + nodemon starter boilerplate

MIT LicenseMIT

TStarter

NodeJS + TypeScript + nodemon starter boilerplate

Setup

In order to setup your development environment, you have to have NodeJS as well as Node Package Manager (NPM) installed.

Clone this repository, cd to the project directory and run $ npm i in order to install required packages.

Run $ npm run start:dev for development.

Build your application with $ npm run build.