first commit

This commit is contained in:
Lorenzo Iovino 2024-01-20 08:09:13 +01:00
commit ae301e44f4
7 changed files with 685 additions and 0 deletions

19
Readme.md Normal file
View file

@ -0,0 +1,19 @@
# 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
```