Talk to me here
Using nodemon to watch for changes to save your hands from RSI.
Install nodemon with
npm i -g nodemon
Run go run with nodemon
# Assumes you are in root directory
nodemon -x "go run .\src\main.go" -w .\src\main.go
Talk to me here
Using nodemon to watch for changes to save your hands from RSI.
Install nodemon with
npm i -g nodemon
Run go run with nodemon
# Assumes you are in root directory
nodemon -x "go run .\src\main.go" -w .\src\main.go