A Hyperapp fullstack starter application with batteries included.
- 🏄 Client and server routing
- 📦 Bundling with Parcel
- ⚡ SSR with tinyhttp and hyperapp-render
- 🛠️ Development and production modes
- ✨ ESM on both client and server
- ☁ Deployable on Render
git clone https://github.com/talentlessguy/hyperapp-fullstack-starter.git
cd hyperapp-fullstack-starter
pnpm install
pnpm dev
pnpm dev
pnpm build # build a production version
pnpm start # start the server