Skip to content

Blankeos/solid-hop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ‡ 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: Biome

Features:

  • ๐Ÿฆ‹ Type-safe Routing - Inspired by TanStack Router, I'm the author of vike-routegen which 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.

Quick Start

  1. Get template
npx degit https://github.com/blankeos/solid-hop <your-app-name>
  1. Install
bun install
  1. Run dev server
bun dev

Building and Deployment

  1. Build
bun run build
  1. Wherever you deploy, just run make sure that this is ran:
bun run preview # Just runs server.ts

About

๐Ÿ’™ A simpler create-solid alternative to SolidStart.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •