README.md
April 28, 2024 · View on GitHub
purescript-deku codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.
Demo RealWorld
This codebase was created to demonstrate a fully fledged fullstack application built with purescript-deku including CRUD operations, authentication, routing, pagination, and more.
We've gone to great lengths to adhere to the **purescript-deku community styleguides & best practices.
For more information on how to this works with other frontends/backends, head over to the RealWorld repo.
More about Deku
For more information on how to use Deku, check out the deku documentation. There's also an article called Horizontal and Vertical Events that explores some of the framework's design decisions.
Getting started
pnpm i && pnpm start