Skip to content

satchit8/todo-mvc-re-natal

 
 

Repository files navigation

TodoMVC on mobile with re-natal

This is an attempt at a TodoMVC-style app implemented in Clojurescript using React Native, Clojurescript, and re-natal.
At the moment, only Android is supported.

Browsing the code

Start by looking at src/todo_mvc/android/core.cljs. Follow the dependencies to other files.
The env folder contains environment-specific code, which has been kept the same as generated by re-natal.

Local development

Follow the process outlined in the re-natal documentation on running with figwheel.

Generating an APK

Follow the process outlined in the re-natal documentation on running a production build.

License

Copyright © 2017 Alan Tran

Distributed under the Eclipse Public License version 1.0.

About

An implementation of TodoMVC on Android using Re-natal

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Clojure 55.7%
  • JavaScript 23.7%
  • Objective-C 12.3%
  • Python 4.5%
  • Java 3.8%