Svelte Kit Static Adapter Demo built with Svelte and SvelteKit using the Star Wars API.
pnpm install
pnpm dev
The demo show some example of prerender SEO friendly page (SSG) and some data loaded on client side only (CSR)
...then open localhost:3000. To build and start in prod mode:
pnpm build
pnpm start