/zepto

⚡️Lightweight web framework written in go

Primary LanguageGoMIT LicenseMIT

Go-Zepto

Zepto is a lightweight web framework written in go.

image

Documentation

Official Documentation


Quickstart

Install the Go-Zepto CLI:

$ go get -u github.com/go-zepto/zepto-cli/cmd/zepto

Create a Project

$ zepto new github.com/username/project

Start development server

$ cd project
$ zepto dev

Great! You brand new project should be running at http://localhost:8000