Skip to content

gschier/hemlock

Repository files navigation

About Hemlock

Hemlock is a web application framework for Go 1.9 or newer.

This project is still in the proof-of-concept phase so no peeking! 🙈🙈

Installation

go get github.com/gschier/hemlock

Getting Started

Create a new application in desired folder

hemlock new path/to/my/app

Build and run the sample app

hemlock serve --watch path/to/my/app