Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 551 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 551 Bytes

README

This is a simple To-Do app that I use to explore Hotwire Native for Android.

Setup

Setup and start Rails:

-* Install ruby with one of the following methods:

  • asdf install (with legacy_version_file = yes)
  • rbenv install
  • bin/setup
  • bin/rails db:fixtures:load
  • bin/dev

Setup android:

  • Open the android folder in android studio.
  • Click on the play button to launch it.

Run android against local server

  • Open build variants (left panel) on Android Studio.
  • Select localServer.
  • Click on the play button.