Golang-Insiders / site

11 stars 3 forks source link

Project should have a hot reload server #1

Open MatthewJamesBoyle opened 11 months ago

tylermmorton commented 11 months ago

I think cosmtrek/air is a great solution for hot-reload. I use it in a lot of my web projects 😁 I've tried implementing file watchers as a part of tmpl and it wasn't so easy. Things get hairy when dealing with different OS's like Windows vs Mac, too.