fire-archive / elixir-desktop-app

Elixir Sample App using the Desktop library with LiveView to create a desktop app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TodoApp: A Desktop Sample App

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.

Changes in 1.0

General notes

To run this app you need at least Erlang 24 and recent builds of wxWidgets and at least Elixir 1.11.4.

Dependencies

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.

Application set-up

Run:

cd assets
npm install
cd ..
mix assets.deploy

Screenshots

Linux build Windows build MacOS build Android build iOS build

About

Elixir Sample App using the Desktop library with LiveView to create a desktop app

License:MIT License


Languages

Language:Elixir 84.2%Language:SCSS 7.6%Language:HTML 5.3%Language:JavaScript 2.5%Language:Shell 0.2%Language:Batchfile 0.2%