quantonganh / blog

Source code for my blog at https://quantonganh.com.
0 stars 0 forks source link

2019/09/20/auto-reload-go-webserver-gulp #25

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

Auto reload your Go webserver with Gulp

http://localhost/2019/09/20/auto-reload-go-webserver-gulp

quantonganh commented 3 years ago

https://github.com/cespare/reflex

$ reflex -r '\.go|\.html|\.css|\.md' -s -- sh -c "PAGE_URL=http://localhost go build -v cmd/blog/main.go && ./main"