Awesome
<table> <tr> <td><img width="60" src="https://cdnjs.cloudflare.com/ajax/libs/octicons/8.5.0/svg/beaker.svg" alt="hackday" /></td> <td><strong>Archived Repository</strong><br /> The code of this repository was written during a <strong>Hack Day</strong> by a <a href="https://marmelab.com/en/jobs">Marmelab developer</a>. It's part of the distributed R&D effort at Marmelab, where each developer spends 2 days a month for learning and experimentation.<br /> <strong>This code is not intended to be used in production, and is not maintained.</strong> </td> </tr> </table>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.gitignore
andindex.android.js
) -
Run the following command:
make run
Unit tests
make test