This app works on React Native (iOS, Android) and web.
- Run
npm install
. This fetches the dependencies.
- Run
npm run build
. This transpiles the ES6 code. - Open
index.html
in your browser to view the result.
- In a command prompt run
npm run rn.watch
. This transpiles the ES6 code and watches for changes - In a command prompt run
npm run android
ornpm run ios
. This starts the React Native Packager and deploys your application.