barrycumbie / solid-fishstick-snowcats

Dr. Cumbie (yet again) re-staring a class repo for CIS 486 Spring '24 | https://solid-fishstick-snowcats.onrender.com
https://barrycumbie.github.io/solid-fishstick-snowcats/
GNU General Public License v3.0
1 stars 18 forks source link

nodemon auto restart node #8

Open barrycumbie opened 7 months ago

barrycumbie commented 7 months ago

we sick 🤮 of restarting local node app everytime make a change and wanna test.

barrycumbie commented 7 months ago

npm i nodemon

in the pkg json ...


...
"dependencies": {
    "express": "^4.18.2",
    "nodemon": "^3.0.3"
  }
...
barrycumbie commented 7 months ago

single line of code

a code block

//now this js formatted, code highlight syntax

function myCatsName(mittens) {

...

}


- varb string = " single ' : 
+ var myVarName = "single";