node-base/Readme.md
Lorenzo Iovino ae301e44f4 first commit
2024-01-20 08:10:38 +01:00

19 lines
No EOL
195 B
Markdown

# 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
```