Skip to content

๐Ÿš€ Hyperapp fullstack starter with batteries included (SSR, routing, bundling)

License

Notifications You must be signed in to change notification settings

talentlessguy/hyperapp-fullstack-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

24 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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