https://github.com/openforge/openfarm-ionic-react-phaser-example
https://github.com/openforge/openfarm-ionic-react-phaser-example
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/openforge/openfarm-ionic-react-phaser-example
- Owner: openforge
- Created: 2020-06-17T15:07:55.000Z (almost 6 years ago)
- Default Branch: develop
- Last Pushed: 2020-06-26T19:15:23.000Z (almost 6 years ago)
- Last Synced: 2025-01-19T22:25:37.630Z (about 1 year ago)
- Language: TypeScript
- Size: 926 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Official Website |
Opportunities |
Facebook
Leading By Example.
Working with the latest technologies, designing the best products, and sharing our knowledge with the world wide community.
## Features
- [Ionic](https://ionicframework.com/)
- [Capacitor](https://capacitor.ionicframework.com/)
- [React](https://reactjs.org/)
- [Phaser](https://phaser.io/)
## Plugins
The app uses the following Capacitor APIs:
- [Haptics](https://capacitor.ionicframework.com/docs/apis/haptics/)
- [Motion](https://capacitor.ionicframework.com/docs/apis/motion/)
- [Game Services](https://github.com/openforge/capacitor-game-services)
## Build Process
Build for android
```shell
ionic capacitor build android
```
Run from Android Studio
Build for ios
```shell
ionic capacitor build ios
```
Run from Xcode
## Serve Process
In order to serve the app run:
```shell
ionic serve
```