Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 788 Bytes

File metadata and controls

34 lines (25 loc) · 788 Bytes

Hyperapp fullstack starter

A Hyperapp fullstack starter application with batteries included.

Demo ↗

  • 🏄 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

Install

git clone https://github.com/talentlessguy/hyperapp-fullstack-starter.git
cd hyperapp-fullstack-starter
pnpm install
pnpm dev

Development

pnpm dev

Production

pnpm build # build a production version
pnpm start # start the server