https://github.com/blankeos/solid-hop
💙 A simpler create-solid alternative to SolidStart.
https://github.com/blankeos/solid-hop
boilerplate hono honojs solid solid-js solidjs start starter-kit template vike
Last synced: 18 days ago
JSON representation
💙 A simpler create-solid alternative to SolidStart.
- Host: GitHub
- URL: https://github.com/blankeos/solid-hop
- Owner: Blankeos
- Created: 2024-06-11T16:19:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-31T21:29:05.000Z (about 1 month ago)
- Last Synced: 2025-06-01T05:54:05.782Z (about 1 month ago)
- Topics: boilerplate, hono, honojs, solid, solid-js, solidjs, start, starter-kit, template, vike
- Language: TypeScript
- Homepage:
- Size: 620 KB
- Stars: 16
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🐇 Solid Hop
💙 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
## Tech Stack:
1. Vike + Hono - For SSR + Your own Server.
2. SolidJS
3. Bun (Can swap this with Node easily if you want).
4. Tools: ESLint, Prettier## Quick Start
1. Get template
```sh
npx degit https://github.com/blankeos/solid-hop
```1. Install
```sh
bun install
```3. Run dev server
```sh
bun dev
```## Building and Deployment
1. Build
```sh
bun run build
```2. Wherever you deploy, just run make sure that this is ran:
```sh
bun run preview # Just runs server.ts
```