Open barrycumbie opened 9 months ago
npm i nodemon
in the pkg json
...
...
"dependencies": {
"express": "^4.18.2",
"nodemon": "^3.0.3"
}
...
single line of code
a code block
//now this js formatted, code highlight syntax
function myCatsName(mittens) {
...
}
- varb string = " single ' :
+ var myVarName = "single";
we sick 🤮 of restarting local node app everytime make a change and wanna test.