mirror of
https://github.com/hariroshan/elm-native-library.git
synced 2024-12-11 06:40:18 +03:00
.. | ||
ex1-counter@6df0a09436 | ||
ex2-weather@be31a70b6a | ||
README.md |
Example apps build using Elm native
Folders are sorted in the order of difficulty. To execute them,
- Click on any example folder
- Clone the repository
- Install dependencies using
yarn
ornpm install
- Run project using
yarn run run:ios
ornpm run run:ios
for iOSyarn run run:android
ornpm run run:android
for Android