moviedetailsminiapp

Electrode Native - Movie Details MiniApp (Getting Started)

Usage no npm install needed!

<script type="module">
  import moviedetailsminiapp from 'https://cdn.skypack.dev/moviedetailsminiapp';
</script>

README

MovieDetailsMiniApp

Electrode Native - Movie Details MiniApp (Getting Started)

Application that has a UI to display details of a given movie.

Prerequisite

Install Electrode Native

Run the app standalone

To run this app stand alone simply clone the repo and execute the ern run command as below.

$ git clone https://github.com/electrode-io/MovieDetailsMiniApp.git
$ cd MovieListMiniApp
$ yarn install

Android

$ ern run-android

iOS

$ ern run-ios

Run the app with MovieListMiniApp.

Follow instructions here

Branching strategy

There is one branch per version of Electrode Native used by the MiniApp (i.e ern-v0.7, ern-v0.8 ...).
The master branch is used for Electrode Native development version (1000.0.0).