Skip to content

dmikey/go-vite-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blockless powered vite app

  • Vite Powered Front End
  • Golang Powered Rest Server

dev

To build the basics :

  • go 1.21
  • node 1.18

To build more :

  • Swift for OSX 14+
make dev

Starts a development server.

npm install -g protoc-gen-js

production

make build will produce a single executible containing the vite app, with the golang backed api server.

./myapp

build

Usage of ./myapp:
  -headless
        Run in headless mode without opening the browser
  -port int
        Provide a listenable port e.g. 8080

try it

two ways to join the reference network!

  1. Grab a binary for your system here

https://github.com/dmikey/go-vite-app/releases/tag/latest

  1. Give a docker a spin!
docker run -p 8080:8080 ghcr.io/dmikey/go-vite-app:v0.0.4