Skeleton for new typescript services based on hexagonal architecture
nvm install 18.0.0
nvm use
npm install npm@8.3.0 -g
npm install
npm run build
npm run test
Run the linter
npm run lint
Fix lint issues automatically
npm run lint:fix
Skeleton for new typescript services based on hexagonal architecture
nvm install 18.0.0
nvm use
npm install npm@8.3.0 -g
npm install
npm run build
npm run test
Run the linter
npm run lint
Fix lint issues automatically
npm run lint:fix