This is the source code for the Svelte Easyroute website: https://easyroute.lyoha.info
Build with Svelte, Svelte Easyroute and Vite.
git clone https://github.com/easyroute-router/svelte-docscd svelte-docsnpm installnpm run dev: run local dev server;npm run build:client: build browser code;npm run build:ssr: build app for SSR (node);npm run build: build both for client and server side;preview:ssr: run local SSR server.