๐ A minimal and unopinionated Vike + Solid + Hono starter.
โค๏ธ We love Vike and Solid, but it might be overwhelming to setup. The goal of this starter is to get you up and running quickly with good defaults without getting in the way of your opinions.
This is more or less what you would get from a starter with create next-app or create svelte or create solid.
If you want a more opinionated and fully-featured boilerplate instead: http://github.com/blankeos/solid-launch
- Vike + Hono - For SSR + Your own Server.
- SolidJS
- Bun (Can swap this with Node easily if you want).
- Tools: Biome
- ๐ฆ Type-safe Routing - Inspired by TanStack Router, I'm the author of
vike-routegenwhich codegens typesafe page routing for you, and it's a breeze! - โก๏ธ Super-fast dev server - way faster than NextJS thanks to Vite. You need to feel it to believe it! It can also literally build your app in seconds.
- ๐ฅ Robust Error Practices - I thoughtfully made sure there's a best practice for errors here already. You can throw errors in a consistent manner in the backend and display them consistently in the frontend.
- Get template
npx degit https://github.com/blankeos/solid-hop <your-app-name>- Install
bun install- Run dev server
bun dev- Build
bun run build- Wherever you deploy, just run make sure that this is ran:
bun run preview # Just runs server.ts