elm-native-library/examples
2023-03-11 16:59:50 +05:30
..
ex1-counter@6df0a09436 added counter example 2023-03-11 14:03:08 +05:30
ex2-weather@be31a70b6a added weather app example 2023-03-11 16:59:50 +05:30
README.md added example readme 2023-03-11 14:09:01 +05:30

Example apps build using Elm native

Folders are sorted in the order of difficulty. To execute them,

  1. Click on any example folder
  2. Clone the repository
  3. Install dependencies using yarn or npm install
  4. Run project using
    • yarn run run:ios or npm run run:ios for iOS
    • yarn run run:android or npm run run:android for Android