Skip to content

Commit 43eba35

Browse files
authored
improve README.md
Important Modules
1 parent 7bbb443 commit 43eba35

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@ Clone or download this repository
2121
npm install
2222
```
2323

24+
### Important Modules
25+
```
26+
~$ sudo npm install -y express
27+
~$ sudo npm install -y ejs
28+
~$ sudo npm install -y mongoose
29+
~$ sudo npm install -y multer
30+
~$ sudo npm install nodemon -dev //as devDependencies
31+
```
32+
2433
### Run
2534

2635
```

0 commit comments

Comments
 (0)