elm-native-library/examples
2023-05-21 13:24:10 +05:30
..
ex1-counter@17537e54f0 changed version (#9) 2023-05-21 13:24:10 +05:30
ex2-weather@a939f657cc changed version (#9) 2023-05-21 13:24:10 +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