/connect-game

A puzzle game being written in ClojureScript using React Native and Om.next [WIP]

Primary LanguageJavaScriptMIT LicenseMIT


Inaugural Blog Post

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