Skip to content

Commit e7799d8

Browse files
committed
Note added
1 parent fe12bdf commit e7799d8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

QUIZ WEB APP/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,14 @@ git clone https://github.com/Ayushparikh-code/Web-dev-mini-projects.git
2222
```
2323

2424
- Go to the directory
25-
- Open QUIZ WEB APP folder
25+
- Go to QUIZ WEB APP folder
2626
- Open the terminal and run
2727
```
2828
node app.js
2929
```
3030
- Open *localhost:3000* in your browser.
3131

3232
***
33+
###Remember:
34+
If you are using node then you need to reload your server everytime you make changes in your file. Otherwise if you have nodemon installed, you can use nodemon.
35+
***

0 commit comments

Comments
 (0)