GoFiN-template
A template for a GoFiN project.
Getting Started
Prerequisites
Usage
- Clone the repository
git clone https://github.com/juls0730/gofin.git
- Run the project
To run the project in dev mode with hot reloading:
bun --cwd=./ui install
CompileDaemon --build="go build -tags netgo,dev -ldflags=-s" --command=./gofin --exclude-dir=data/ --exclude-dir=ui/ --graceful-kill
To run the project with Nuxt SSG:
bun --cwd=./ui install
RENDERING_MODE=static bun --bun --cwd=./ui run generate
go build -tags netgo -ldflags=-s
./gofin
To run the project with Nuxt SSR:
bun --cwd=./ui install
bun --bun --cwd=./ui run build
go build -tags netgo,ssr -ldflags=-s
./gofin
Features
License
BSL-1.0