SkillAgentSearch skills...

Conduit

Real world application built with ClojureScript + re-frame

Install / Use

/learn @jacekschae/Conduit
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

RealWorld Example App

ClojureScript and re-frame codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.

Demo      Demo with re-frame-10x      Demo with re-frisk      RealWorld

This codebase was created to demonstrate a fully fledged fullstack application built with ClojureScript and re-frame, including CRUD operations, authentication, routing, pagination, and more.

For more information on how this works with other frontends/backends, head over to the RealWorld repo.

Application structure/style heavily inspired by todomvc

Learn how to build similar project with Learn re-frame

Setup And Run

Copy repository

git clone https://github.com/jacekschae/conduit.git && cd conduit

Install dependencies

yarn install || npm install

Run dev server

yarn dev || npm run dev

Compile an optimized version

yarn release || npm run release
View on GitHub
GitHub Stars552
CategoryDevelopment
Updated1mo ago
Forks98

Languages

Clojure

Security Score

100/100

Audited on Feb 22, 2026

No findings