https://github.com/ykws/photo-gallery
Your First Ionic App: React
https://github.com/ykws/photo-gallery
capacitor ionic react
Last synced: 2 months ago
JSON representation
Your First Ionic App: React
- Host: GitHub
- URL: https://github.com/ykws/photo-gallery
- Owner: ykws
- Created: 2020-02-10T08:42:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-07-17T23:16:58.000Z (11 months ago)
- Last Synced: 2025-07-29T12:56:41.530Z (11 months ago)
- Topics: capacitor, ionic, react
- Language: TypeScript
- Size: 1.19 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Your First Ionic App: React
[](https://developer.apple.com/macos/)
:book: https://ionicframework.com/docs/react/your-first-app
:zap: [the complete app code referenced](https://github.com/ionic-team/photo-gallery-capacitor-react)
## Requirements
* [Ionic](https://github.com/ykws/hello-ionic)
## Get Started
```
$ npm install
```
### iOS
```
$ ionic cap run ios -l --external
```
Then open Xcode and Run.
### Android
```
$ ionic cap run android -l --external
```
Then open Android Studio and Run.