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 .