Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marmelab/Posters_Galore_Android
https://github.com/marmelab/Posters_Galore_Android
android hackday
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/marmelab/Posters_Galore_Android
- Owner: marmelab
- License: mit
- Archived: true
- Created: 2015-11-09T09:53:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-17T14:54:13.000Z (over 5 years ago)
- Last Synced: 2024-08-01T13:26:52.892Z (3 months ago)
- Topics: android, hackday
- Language: JavaScript
- Size: 32.2 KB
- Stars: 12
- Watchers: 13
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Archived Repository
The code of this repository was written during a Hack Day by a Marmelab developer. It's part of the distributed R&D effort at Marmelab, where each developer spends 2 days a month for learning and experimentation.
This code is not intended to be used in production, and is not maintained.
# Posters Galore for Android
An experimental Android application to easily buy posters, built with [React Native](https://facebook.github.io/react-native/docs/getting-started.html), using [Redux](http://rackt.org/redux/index.html) and a REST API.![Posters Galore Example](http://image.noelshack.com/fichiers/2015/47/1447954279-posters-galore-example.png)
## Dependencies
- If you are not used to Android SDK, follow the [React Native Android Setup Guide](https://facebook.github.io/react-native/docs/android-setup.html)
- For JS dependencies, just run:
```bash
make install
```## Run the application
- Install [Genymotion](https://www.genymotion.com/) (or another android emulator) and run a virtual android phone
- If it's the first time you launch the app, you should run `node node_modules/react-native/local-cli/cli.js android` (do not overwrite `.gitignore` and `index.android.js`)
- Run the following command:
```bash
make run
```## Unit tests
```bash
make test
```