This is a Hono + SvelteKit starter inspired by Vercel's Hono + Next.js Starter.
https://hono-sveltekit.vercel.app/
First, run the development server:
npm run dev
# or
pnpm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
# or
pnpm run dev -- --open
Open http://localhost:5173 with your browser to see the result.
You can start editing the API by modifying src/routes/api/[...paths]/+server.ts
and learn more by taking a look to the API documentation.
To learn more about Hono and SvelteKit, take a look at the following resources:
You can check out the SvelteKit GitHub repository - your feedback and contributions are welcome!