A simple node base starting boilerplate
Find a file
Lorenzo Iovino ae301e44f4 first commit
2024-01-20 08:10:38 +01:00
src first commit 2024-01-20 08:10:38 +01:00
.gitignore first commit 2024-01-20 08:10:38 +01:00
package-lock.json first commit 2024-01-20 08:10:38 +01:00
package.json first commit 2024-01-20 08:10:38 +01:00
Readme.md first commit 2024-01-20 08:10:38 +01:00
tsconfig.json first commit 2024-01-20 08:10:38 +01:00

Very Simple node boilerplate

Quick usage

To start development

 npm run build:watch
 npm run test:watch

To build

 npm run build

To start

 npm run start