An open API service indexing awesome lists of open source software.

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

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
```