https://github.com/awkoy/iown-hybridapp
https://github.com/awkoy/iown-hybridapp
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/awkoy/iown-hybridapp
- Owner: awkoy
- Created: 2020-07-23T12:07:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-12T16:55:36.000Z (over 3 years ago)
- Last Synced: 2023-03-06T14:11:54.603Z (over 3 years ago)
- Language: Java
- Size: 7.87 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## iOWN mobile app
#### Install dependencies
```
npm/yarn install
```
## Run
#### Development
```
npm run start or yarn start
```
#### Build mobile app
1. `npm run build`
2. copy all from folder `./build` to `./iown-app/www`
3. `cd iown-app`
4. `cordova build android` || `cordova build ios`
5. - For Android `.apk` will be in `/platforms/android/app/build/outputs/apk/debug/app-debug.apk`
- For IOS - open in Xcode project