Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diegovictor/meetapp-app
Application built during the Rocketseat GoStack Bootcamp #8
https://github.com/diegovictor/meetapp-app
android app editorconfig gostack javascrit js meetapp node nodes react react-native rocketseat
Last synced: 22 days ago
JSON representation
Application built during the Rocketseat GoStack Bootcamp #8
- Host: GitHub
- URL: https://github.com/diegovictor/meetapp-app
- Owner: DiegoVictor
- License: mit
- Created: 2019-09-20T00:00:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-09T12:49:16.000Z (10 months ago)
- Last Synced: 2024-01-09T14:14:12.970Z (10 months ago)
- Topics: android, app, editorconfig, gostack, javascrit, js, meetapp, node, nodes, react, react-native, rocketseat
- Language: JavaScript
- Homepage:
- Size: 5.52 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# API
Clone and configure the API:
* [API](https://github.com/DiegoVictor/meetapp-api)
> For more information about the API installation and configuration just follow its README instructions.Remember to update the `src/services/api.js` with the same server url and port configured in the API. Start the API server case you don't have did it yet:
```
meetapp-api$ yarn dev
```# Install
Install dependencies:
```
meetapp-app$ yarn
```# OS
This app was tested only with Android through USB connection, is strongly recommended to use the same operational system, but of course you can use an emulator or a real device connected through wifi or USB.# Reactotron
This project is configured with [Reactotron](https://github.com/infinitered/reactotron), just open the Reactotron GUI before the app is up and running, after start the app Reactotron will identify new connections.# Start up
The first build must be through USB connection, so connect your device (or just open your emulator) and run:
```
meetapp-app$ yarn react-native run-android
```
In the next times yuu can just run the Metro Bundler server:
```
meetapp-app$ yarn start
```# APK
Is possible to install the app in a Android device directly from Google play:
* [MeetApp](https://play.google.com/store/apps/details?id=com.blockcode.meetapp)