mirror of
https://github.com/hariroshan/elm-native-library.git
synced 2024-12-04 06:25:25 +03:00
.. | ||
ex1-counter@17537e54f0 | ||
ex2-weather@a939f657cc | ||
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