Skip to content
This repository has been archived by the owner on Aug 6, 2021. It is now read-only.
Oliver George edited this page Jun 12, 2019 · 37 revisions

Introduction

These documents were written to help Clojurescript developers get up to speed developing a React Native app. It's based on a series of documented decisions with associated tradeoffs & consequences so it represents one path through the maze.

If you accept the design decisions made it provides an approach through many cross cutting concerns allowing you to start adding business value faster.

Goals

Goals of this repo/project is a "zero-feature" release. That is to say we're delivering an app has all necessary building blocks to start adding custom features and have established the processes for developing, testing and releasing.

Documentation

Choosing tools

Housekeeping

Getting started

What do you get out of the box?

Development and debugging setup

Minimum deployable app

iOS release process

Android release process