Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 1.16 KB

README.md

File metadata and controls

43 lines (24 loc) · 1.16 KB

Revel Framework

Build Status License

A high productivity, full-stack web framework for the Go language.

Current Version: 0.17.0 (2017-07-11)

As of Revel 0.15.0, Go 1.7+ is required.

Quick Start

Enter Go's path (format varies based on OS):

cd $GOPATH

Install Revel:

go get -u github.com/revel/cmd/revel

Create & Run your app:

revel new my-app
revel run my-app

Open http://localhost:9000 in your browser and you should see "It works!"

Community

Learn More

Contributing