Skip to content
/ hyperwave Public template

🌊 build rich, performant UIs with the best possible developer experience

Notifications You must be signed in to change notification settings

tireymorris/hyperwave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hyperwave

hyperwave combines the benefits of traditional server-rendered applications with the flexibility of modern client-side frameworks.

  • Performance: Server-side rendering ensures fast, responsive applications, tailored to produce the smallest possible bundles.
  • Developer experience: HTMX and Tailwind provide a minimalistic and declarative approach to building user interfaces
  • Deployment: bun applications can be easily deployed on any platform as portable binaries

Getting started

Follow these steps to start developing with hyperwave:

  1. Clone the repository:

    git clone https://github.com/tireymorris/hyperwave.git
    cd hyperwave
  2. Install dependencies:

    bun install
  3. Start the development server:

    bun dev
  4. Visit http://localhost:1234 in your browser.

  5. Start editing server.tsx to see your changes live.