Skip to content

hesxenon/realworld-htmx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

realworld-htmx

Grok it

This realworld implementation uses the BASH Stack (Bun + Andale + Sqlite + Htmx).

Subsequently it's a server side rendered app with a rather flat structure that does make use of fp-ts (scary monads ahead) and zod.

If you want to get started I'd suggest starting with Routes - the public asset route in particular.

The high level concept is always the same:

incoming request -> wrap it into a context object -> extend the context as needed -> transform the context into a response -> return the response

Run it

To install dependencies:

bun install

To run:

bun start

This project was created using bun init in bun v1.0.0. Bun is a fast all-in-one JavaScript runtime.

Further notes

Codebase only allows github repos, I'm primarily using gitlab however. I'll do my best to sync changes but the github repo might be out of date.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published