Skip to content

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

Notifications You must be signed in to change notification settings

flexsurfer/conduitrn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9da6e43 · Apr 25, 2021

History

9 Commits
Jun 15, 2020
Jun 6, 2020
Jun 6, 2020
Jun 5, 2020
Jun 5, 2020
Jun 5, 2020
Jun 5, 2020
Jun 5, 2020
Jun 5, 2020
Jun 5, 2020
Jun 7, 2020
Jun 7, 2020
Jun 5, 2020
Jun 5, 2020
Jun 5, 2020
Jun 5, 2020
Jun 5, 2020
Jun 5, 2020
Apr 25, 2021
Apr 25, 2021
Jun 5, 2020

Repository files navigation

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.

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published