Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ykws/photo-gallery
Your First Ionic App: React
https://github.com/ykws/photo-gallery
capacitor ionic react
Last synced: 15 days 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-12T07:32:13.000Z (about 5 years ago)
- Last Synced: 2025-01-03T05:14:53.126Z (about 1 month ago)
- Topics: capacitor, ionic, react
- Language: TypeScript
- Size: 621 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Your First Ionic App: React
[![macOS](https://img.shields.io/badge/macOS-Catalina-black)](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.