This application is an example of an Elixir LiveView based desktop application. It uses the elixir-desktop library and a local SQLite database to create a web-technology based desktop app.
- Updated to Phoenix 1.7 and LiveView 0.18
- Updated to Phoenix 1.6 with esbuild+dart_scss
- Added iOS platform example wrapper (see https://github.com/elixir-desktop/ios-example-app)
- Added Android platform example wrapper (see https://github.com/elixir-desktop/android-example-app)
To run this app you need at least Erlang 24 and recent builds of wxWidgets and at least Elixir 1.11.4.
This example assumes you've got installed:
- git
- Elixir, at least 1.11.4
- Erlang, at least OTP 24
- npm
- C compiler (make/nmake) for SQLite
If you want to build for iOS you'll also need xcode and in order to build for Android you'll need the Android Studio.
Run:
cd assets
npm install
cd ..
mix assets.deploy