first commit + challenge repeated-string

This commit is contained in:
Lorenzo Iovino 2024-01-23 12:33:54 +01:00
commit 10d13dc384
9 changed files with 741 additions and 0 deletions

21
README.md Normal file
View file

@ -0,0 +1,21 @@
<h1 align="center">
node-base-project
</h1>
## Quick usage
### 1) Start development
```
npm run build:watch
npm run test:watch
```
### 2) Build
```
npm run build
```
### 3) Run
```
npm run start
```