Skip to content

revel/revel

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
April 14, 2019 11:01
March 5, 2022 08:19
December 8, 2015 01:26
May 27, 2016 15:06
April 12, 2022 13:53
March 9, 2017 00:57
April 15, 2018 21:25
April 12, 2022 13:53
July 3, 2020 16:23
April 12, 2022 13:53
April 12, 2022 13:53
January 15, 2018 16:22
October 8, 2018 08:55
April 12, 2022 13:53

Revel Framework

Build Status License Go Report Card

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

Current Version: 1.1.0 (2022-04-11)

Supports go.mod package management

Quick Start

Install Revel:

go install github.com/revel/cmd/revel@latest

Create & Run your app:

revel new -a my-app -r

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

Community

Learn More

Contributing

Contributors