Description
This template integrates Hono with SvelteKit.
npx boilerapp hono-and-svelte-kit文档
SvelteKit + Hono Starter
This is a Hono + SvelteKit starter inspired by Vercel's Hono + Next.js Starter.
Demo
https://hono-sveltekit.vercel.app/
Deploy Your Own
Getting Started
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.
Learn More
To learn more about Hono and SvelteKit, take a look at the following resources:
- SvelteKit Documentation - learn about SvelteKit features and API.
- Learn SvelteKit - an interactive SvelteKit tutorial.
You can check out the SvelteKit GitHub repository - your feedback and contributions are welcome!
Prix
Gratuit