Debdut / go-preact

go-preact is a template to create portable server apps with preact frontend in a single binary executable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-preact

go-preact is a template to create portable server apps with preact frontend in a single binary executable.

Usage

# build
make

# build frontend
make build-preact

# build the executable
make build-go

# run the binary
bin/preact

Notes

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

About

go-preact is a template to create portable server apps with preact frontend in a single binary executable


Languages

Language:TypeScript 44.5%Language:Makefile 20.8%Language:CSS 15.4%Language:Go 11.4%Language:HTML 6.3%Language:JavaScript 1.6%