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. |
An experimental Android application to easily buy posters, built with React Native, using Redux and a REST API.
-
If you are not used to Android SDK, follow the React Native Android Setup Guide
-
For JS dependencies, just run:
make install
-
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
make test