Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.53 KB

README.md

File metadata and controls

43 lines (26 loc) · 1.53 KB

Revel

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

Current Version: 0.12.0 (Mar 25, 2015)

As of Revel 0.11.0, Go 1.3+ is required.

Build Status

Quick Start

Install revel framework:

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

Create a new app and run it:

revel new github.com/myaccount/my-app
revel run github.com/myaccount/my-app

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

Learn More

Manual, Samples, Godocs, etc Revel's Roadmap Articles Featuring Revel

Contributing

Announcements

View the v0.12.0 release notes for all of the relevant changes.

We are working on increasing the speed and quality of our releases. Your feedback has never been so valuable, please share your thoughts with us and help shape Revel!