Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.07 KB

README.md

File metadata and controls

52 lines (34 loc) · 1.07 KB

🐇 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. Clone
git clone https://github.com/blankeos/solid-hop <your-app-name>
cd <your-app-name>
rm -rf .git # This is your app. Start the commits fresh :D
  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