Countdown is a toy mobile app (only Android for now) based on Clojurescript, re-frame and React Native. The code was bootstrapped by re-natal.
The first app we never forget...
To have my first mobile app! (details).
- JDK 8
- Leiningen
- Nodejs
- react-native-cli
- Android Studio
These were the main references I used to install all the dependencies:
- https://github.com/drapanjanas/re-natal#dependencies
- https://gadfly361.github.io/gadfly-blog/2016-11-13-clean-install-of-ubuntu-to-re-natal.html
- https://facebook.github.io/react-native/docs/getting-started.html#content
The environment was targeted to Android by using
re-natal use-android-device avd
# To use figwheel.
re-natal use-figwheel
The following steps are a simple to start a dev environment:
$ android avd
$ react-native start
cider-jack-in
on Emacs and then, in the REPL, call(start-figwheel "android")
$ react-native run-android
$ adb kill-server
Copyright © 2017 FIXME
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.