monitor files for changes and run command with nodemon

Developer from somewhere

Used nodemon to restart a simple go web server, when changing any of the files from a folder called web:

nodemon --watch web --exec "go run main.go"