This is a SvelteKit version of the vite-plugin-ssr Vue template/sample project. Might be useful for debugging purposes as well as to illustrate the differences, etc.
Clone this repository.
Install the dependencies.
npm i
Run the dev server.
npm run dev
Navigate to http://localhost:3000 to interact with the app.