describe nodemon

This commit is contained in:
Nicco Kunzmann 2022-04-28 20:21:18 +00:00
parent a06eaac8cb
commit 4c98017d32
1 changed files with 10 additions and 0 deletions

View File

@ -54,6 +54,16 @@ port it listens on.
You do not need it for small fixes.
4. run `npm start`
If you want automatic reloading of files during development,
you can install `nodemon`:
```
npm install -g nodemon
```
Run it:
```
nodemon index.js
```
## Improve me
Feel free to add a caching layer, improve the styles