gofin

command module
v0.0.0-...-ae193be Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 4, 2024 License: BSL-1.0 Imports: 17 Imported by: 0

README

GoFiN-template

A template for a GoFiN project.

Getting Started

Prerequisites
Usage
  1. Clone the repository
git clone https://github.com/juls0730/gofin.git
  1. 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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package ui handles the frontend embedding
Package ui handles the frontend embedding

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL