Skip to content

gozinc/zinc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zinc

Fullstack Go Tooling

Installation

Install from releases

Usage

Create a new application

zinc create

Run the application

zinc run

Now open http://localhost:3000

Flags

  1. --no-git - Don't initialize git repository

Example

zinc create --no-git
  1. --css - Tailwind CSS file
zinc run --css static/css/tailwind.css