git clone https://github.com/Zubs/Node_TS_Setup.git
cd Node_TS_Setup
npm install
Copy .env.example into .env and .env.dev for production and development environments respectively
cp .env.example .env
cp .env.example .env.dev
npm run dev
This should give display as follows.

npm run build
npm run start