- Install Go (Golang)
- Using Brew.
- Or by navigating to https://golang.org/dl.
- Download & Install Iris using go get:
go get -u github.com/kataras/iris
- Clone the repository.
- Run the web app:
go run app.go
$ brew install go
$ go get -u github.com/kataras/iris
$ cd $GOPATH/src/
$ git clone https://github.com/iris-contrib/go_iris_app.git
$ cd ./go_iris_app
$ go run app.go