A puzzle game written in ClojureScript using React Native and Om.next
Most of these steps are taken straight out of the re-natal README, definitely worth checking out for more context.
$ brew install leiningen android-sdk
$ git clone https://github.com/pheuter/connect-game
$ cd connect-game && npm install
May also want to check out the React Native Getting Started guide.
$ re-natal use-figwheel
$ npm start
$ lein figwheel ios
- Start iOS app from XCode:
ios/ConnectGame.xcodeproj
$ re-natal use-figwheel
$ npm start
$ lein figwheel android
$ react-native run-android