Express Typescript Service Skeleton

Skeleton for new typescript services based on express, using an Hexagonal Architecture and Design Patterns

Table of Contents

Installing

nvm install 18.0.0
nvm use
npm install npm@8.3.0 -g
npm install

Building

npm run build

Running

npm run start:dev