Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 606 Bytes

readme.md

File metadata and controls

41 lines (25 loc) · 606 Bytes

reagent-app-demo

Installation

Ensure you have lein installed.

Install expo.

npm install expo-cli --global

Install node dependencies.

npm install

Usage

Start Exponent in one terminal session

expo start

and start the iOS simulator by pressing i.

Standalone REPL

Start figwheel in another terminal session

lein figwheel

or

Cursive REPL

Open the project in Cursive and follow this guide.