A live reload tool for development web apps written in go.
Install dependencies for the boilerplate app (I need to automate this part)
github.com/gorilla/mux
github.com/gorilla/websocket
go get github.com/foecum/gotei
cd <project folder>
gotei run
cd <project folder>
gotei install
cd <project folder>
gotei install
The Structure includes a controller, a router and a simple model
cd <project folder>
gotei new <appname>
- Add options to specify enviroment variables eg IP, PORT...
- Add flags like test to run tests before every build e.t.c...