All Projects → flexsurfer → conduitrn

flexsurfer / conduitrn

Licence: other
Real world react native application built with clojurescript and re-frame

Programming Languages

clojure
4091 projects
java
68154 projects - #9 most used programming language
ruby
36898 projects - #4 most used programming language
objective c
16641 projects - #2 most used programming language
Starlark
911 projects
javascript
184084 projects - #8 most used programming language

RealWorld Example App

This application is a port of web version for react native

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

App creation process and demo (youtube)      Demo APK      RealWorld

This codebase was created to demonstrate a fully fledged react native 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.

Learn how to build similar project with Learn re-frame

Setup And Run

Copy repository

git clone https://github.com/flexsurfer/conduitrn.git && cd conduitrn

Install dependencies

yarn || npm install

Install pods for ios

cd ios && pod install && cd ../

Run dev server

yarn dev || npm run dev

Run metro bundler

yarn start || npm run start

Run the app

yarn ios || npm run ios

OR

yarn android || npm run android
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].