Skip to content

Commit ac67a40

Browse files
committed
readme.md
1 parent 9e293b7 commit ac67a40

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ Basic project TODO
1717
### Install and start:
1818

1919
```
20-
npm install
21-
node app.js or nodemon node app.js
20+
- download version LTS and install nodejs --> https://nodejs.org/en
21+
- install nodemon --> npm install -g nodemon # or using yarn: yarn global add nodemon
22+
- npm install
23+
- node app.js or nodemon node app.js
2224
```

0 commit comments

Comments
 (0)