- Install Go (Golang), version 1.13 and above
- Using Brew
- Or by navigating to https://golang.org/dl.
- Download & Install Iris using go get:
go get github.com/kataras/iris/v12@latest
- Clone the repository
- Run the web app:
go run app.go
.
$ brew install go
$ git clone https://github.com/gauravtiwari/go_iris_app
$ cd go_iris_app
$ go get github.com/kataras/iris/v12@latest
$ go run app.go