This repo demonstrates Astro’s Server Islands technique.
Learn more in the Astro 4.12: Server Islands blog post.
-
Install dependencies:
pnpm install
-
Run the dev server:
pnpm run dev
-
Open the demo in your browser: https://localhost:4321
-
This example is ready to deploy to Netlify, but can be updated to deploy to other hosts by changing the adapter in
astro.config.mjs
.Learn more in “On-demand Rendering Adapters” in the Astro Docs.