The code in this repository is based on the Page Versus Standalone Endpoints In SvelteKit video.
npm create svelte@latest sveltekit-endpoint-ex1 cd sveltekit-endpoint-ex1 npm install git init && git add -A && git commit -m "Initial commit"