Mix4 is a demo application for LiveViewNative used in my talk at Elixir Conf US 2023.
To start your Phoenix server:
- Run
mix setup
to install and setup dependencies - Start Phoenix endpoint with
mix phx.server
or inside IEx withiex -S mix phx.server
Now you can visit localhost:4000
from your browser.
To run the application in IOS, use XCode to open the native/Mix4 project, then build/run your ios simulator or connected device.
- LiveView Native Core
- LiveView Native SwiftUI
- Video to my talk on LiveView Native coming soon!