https://github.com/geetesh-gupta/relay-app
A react native application for federated learning project
https://github.com/geetesh-gupta/relay-app
Last synced: about 2 months ago
JSON representation
A react native application for federated learning project
- Host: GitHub
- URL: https://github.com/geetesh-gupta/relay-app
- Owner: geetesh-gupta
- Created: 2020-01-19T12:21:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-20T23:51:55.000Z (over 2 years ago)
- Last Synced: 2025-02-14T01:39:19.965Z (3 months ago)
- Language: JavaScript
- Size: 3.89 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# relay-app
A react native application for relaying IoT data to the cloud through cloud-native serverless services.### Steps to use:
1. Setup React environment:
Goto [Getting Started - React Native](https://facebook.github.io/react-native/docs/getting-started.html#android-development-environment.), open React Native CLI quickstart guide. Select your development OS and target OS (ie. Android). Install and setup the required dependencies.2. Install the required node modules, run
``` npm install ```
3. To run the app:
Connect your test android device or use the Android SDK emulator on your system.
Run:``` npx react-native run-android ```
OR
``` npm run android && npm run start ```