marmelab / Posters_Galore_Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hackday 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.

Posters Galore Example

Dependencies

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 and index.android.js)

  • Run the following command:

make run

Unit tests

make test

About

License:MIT License


Languages

Language:JavaScript 99.3%Language:Makefile 0.7%