Debdut / go-next

go-next is a template to create portable server apps in a single binary executable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-next

go-next is a template to create portable server apps in a single binary executable.

Usage

# build
make

# build frontend
make build-next

# build the executable
make build-go

# run the binary
bin/go-next

Notes

  • Change binary name in the Makefile
  • Change app name in package.json and package-lock.json

About

go-next is a template to create portable server apps in a single binary executable


Languages

Language:Makefile 45.3%Language:Go 26.0%Language:JavaScript 10.9%Language:TypeScript 9.4%Language:CSS 8.4%