go-next
is a template to create portable server apps in a single binary executable.
# build
make
# build frontend
make build-next
# build the executable
make build-go
# run the binary
bin/go-next
- Change binary name in the
Makefile
- Change app name in
package.json
andpackage-lock.json