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