All Projects → roman01la → cljs-rum-realworld-example-app

roman01la / cljs-rum-realworld-example-app

Licence: other
ClojureScript + Rum codebase containing real world examples

Programming Languages

clojure
4091 projects
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to cljs-rum-realworld-example-app

scala-http4s-realworld-example-app
Example of a RealWorld app backend powered by Scala + http4s
Stars: ✭ 35 (-32.69%)
Mutual labels:  realworld
symfony-realworld-example-app
Symfony 5 codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.
Stars: ✭ 89 (+71.15%)
Mutual labels:  realworld
nuxt-realworld
🛠 Built a Example App of RealWorld with Nuxt & Composition API ⚗️
Stars: ✭ 127 (+144.23%)
Mutual labels:  realworld
typescript-node-express-realworld-example-app
Rewrite of JS-based node-express RealWorld backend app using Typescript.
Stars: ✭ 108 (+107.69%)
Mutual labels:  realworld
deno-drash-realworld-example-app
Deno + Drash RealWorld example app
Stars: ✭ 56 (+7.69%)
Mutual labels:  realworld
wocket
A WebSocket library for Deno
Stars: ✭ 103 (+98.08%)
Mutual labels:  realworld
akka-http-realworld-example
Exemplary real world application built with Scala + Akka HTTP https://realworld.io
Stars: ✭ 30 (-42.31%)
Mutual labels:  realworld
multi-projects-architecture-with-Ktor
A Ktor real world example built on multi-projects architecture
Stars: ✭ 29 (-44.23%)
Mutual labels:  realworld
tailwind-hiccup
tailwindcss + hiccup = 👍👍
Stars: ✭ 34 (-34.62%)
Mutual labels:  rum
realworld
"The mother of all demo apps" — Exemplary fullstack Medium.com clone powered by Next.js and Ruby on Rails 🏅
Stars: ✭ 113 (+117.31%)
Mutual labels:  realworld
lumen-realworld-example-app
Exemplary real world backend API built with Lumen + MongoDB
Stars: ✭ 50 (-3.85%)
Mutual labels:  realworld
event-driven-web-components-realworld-example-app
Exemplary real world application built with Vanilla JS Web Components in an Event Driven Architecture
Stars: ✭ 55 (+5.77%)
Mutual labels:  realworld
tengen
Simple let-based Reagent component fns for Clojure/Script
Stars: ✭ 50 (-3.85%)
Mutual labels:  rum
moleculer-node-realworld-example-app
Exemplary real world application built with Moleculer
Stars: ✭ 102 (+96.15%)
Mutual labels:  realworld
rust-realworld-example-app
Example Rust codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld API spec.
Stars: ✭ 19 (-63.46%)
Mutual labels:  realworld
re-frame-realword-example-app
Exemplary real world application built with Clojurescript and re-frame
Stars: ✭ 16 (-69.23%)
Mutual labels:  realworld
go-realworld-example-app
Exemplary real world application built with Go, Gin, and go-pg
Stars: ✭ 48 (-7.69%)
Mutual labels:  realworld
hotwire-django-realworld
RealWorld Django app built with Turbo!
Stars: ✭ 29 (-44.23%)
Mutual labels:  realworld
laravel-realworld-example-app
Exemplary RealWorld backend API built with Laravel PHP framework.
Stars: ✭ 34 (-34.62%)
Mutual labels:  realworld
elm-spa-realworld
The RealWorld example app built with elm-spa!
Stars: ✭ 51 (-1.92%)
Mutual labels:  realworld

ClojureScript + Rum example app

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

Development

  • Install Java
  • Install Leiningen brew install leiningen
  • Install rlwrap brew install rlwrap
  • Install NPM dependencies npm i
  • Run development server rlwrap lein figwheel dev
  • Build for production lein cljsbuild once min

Want to contribute?

  • Explore RealWorld project repo
  • Read front-end spec (requirements) of the project
  • Learn Rum and Citrus libraries
  • Choose an issue with help wanted label
  • If there's no issue for a task you want to do create an issue with description of the task so everyone knows what are you working on
  • Follow the code style as much as possible, we want the codebase to be consistent
  • Send PRs with small commits for a review, it's easier to understand small changes
  • Join our Gitter chat realworld-dev/clojurescript
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].