https://github.com/monte9/reactxp-instagram
Instagram clone built using react-xp. Runs on iOS/Android & Web.
https://github.com/monte9/reactxp-instagram
Last synced: 7 months ago
JSON representation
Instagram clone built using react-xp. Runs on iOS/Android & Web.
- Host: GitHub
- URL: https://github.com/monte9/reactxp-instagram
- Owner: Monte9
- License: mit
- Created: 2017-04-11T07:02:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-11T07:11:09.000Z (over 9 years ago)
- Last Synced: 2025-01-23T00:26:49.188Z (over 1 year ago)
- Language: Makefile
- Size: 53.3 MB
- Stars: 2
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RXPHelloWorld
This app works on React Native (iOS, Android) and web. Most of the app's code is contained in `App.tsx`.
The commands in the instructions below assume you are in the root of this repo.
### Initial Setup
- Run `npm install`. This fetches the dependencies.
### Building for Web
- Run `npm run web-watch`. This compiles the TypeScript code and recompiles it whenever any files are changed.
- Open `index.html` in your browser to view the result.
### Building for React Native
- Run `npm run rn-watch`. This compiles the TypeScript code and recompiles it whenever any files are changed.
- In another command prompt run `npm start`. This starts the React Native Packager.
- Use Xcode or Android Studio to build and deploy the native app code just like you would with any other React Native project.