Posters Galore for Android
April 17, 2019 ยท View on GitHub
| 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, using Redux and a REST API.

Dependencies
-
If you are not used to Android SDK, follow the React Native Android Setup Guide
-
For JS dependencies, just run:
make install
Run the application
-
Install Genymotion (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.gitignoreandindex.android.js) -
Run the following command:
make run
Unit tests
make test