Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Golang web app automatically build and run

Tags:

go

I'm currently developing a simple web application.

But I find it tedious to rebuild my app whenever I update my source files.

Is there any way to automatically build and run my web app whenever i update my source files?


1 Answers

There is a very handy tool called pilu/fresh you might wanna check it out. We are personally using it on our project to automatically rebuild our code.

It's a very nice tool because it allows you to customize the file types to watch, and ignore files inside specified directories.

Hope this is what you're looking for.

like image 122
stevenferrer Avatar answered Nov 23 '25 04:11

stevenferrer



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!