https://github.com/debdut/go-next
go-next is a template to create portable server apps in a single binary executable
https://github.com/debdut/go-next
Last synced: 2 months ago
JSON representation
go-next is a template to create portable server apps in a single binary executable
- Host: GitHub
- URL: https://github.com/debdut/go-next
- Owner: Debdut
- Created: 2022-07-22T10:11:15.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-25T02:46:26.000Z (almost 4 years ago)
- Last Synced: 2025-03-03T02:41:48.141Z (about 1 year ago)
- Language: Makefile
- Size: 63.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-next
> `go-next` is a template to create portable server apps in a single binary executable.
## Usage
```sh
# 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`