Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 277 Bytes

File metadata and controls

17 lines (14 loc) · 277 Bytes

GO-ASTRO

Example of serving Astro generated HTML files as GO templates. Allows for rendering information server-side as well as having a nice DX.

Build the client:

cd client
npm install
npm run build

Start the server on port :8080:

cd ../
go run .