Skip to content

pilcrowOnPaper/go-vite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go + Vite

Server rendered HTML using Go, optimized frontend with Vite.

pnpm i

pnpm run init

pnpm vite dev
go run .

By default, the Go server expects the Vite server to be on port 5173, which can be configured with VITE_PORT.

VITE_PORT=4000 go run .

Production

pnpm tsx vite/build.tsx

go build

ENV="PROD" ./go-vite

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published