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
Follow these steps to start developing with hyperwave:
-
Clone the repository:
git clone https://github.com/tireymorris/hyperwave.git cd hyperwave
-
Install dependencies:
bun install
-
Start the development server:
bun dev
-
Visit
http://localhost:1234
in your browser. -
Start editing
server.tsx
to see your changes live.