Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.2 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.2 KB


A puzzle game written in ClojureScript using React Native and Om.next


Development

Most of these steps are taken straight out of the re-natal README, definitely worth checking out for more context.

Prerequisites

  1. $ brew install leiningen android-sdk
  2. $ git clone https://github.com/pheuter/connect-game
  3. $ cd connect-game && npm install

May also want to check out the React Native Getting Started guide.

iOS

  1. $ re-natal use-figwheel
  2. $ npm start
  3. $ lein figwheel ios
  4. Start iOS app from XCode: ios/ConnectGame.xcodeproj

Android

  1. $ re-natal use-figwheel
  2. $ npm start
  3. $ lein figwheel android
  4. $ react-native run-android