Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

go-zepto/zepto

Repository files navigation

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 https://localhost:8000