• This repository has been archived on 29/Jun/2023
  • Stars
    star
    117
  • Rank 301,828 (Top 6 %)
  • Language
    Go
  • License
    MIT License
  • Created over 4 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

⚡️Lightweight web framework written in go

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

More Repositories