Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hajjiri/concentrationgame

react native simple game
https://github.com/hajjiri/concentrationgame

concentrationgame javascript npm react-native redux

Last synced: 3 days ago
JSON representation

react native simple game

Awesome Lists containing this project

README

        

This project was bootstrapped with [Create React Native App](https://github.com/react-community/create-react-native-app).

### Build the application
1. Restore dependencies specified in the "package.json"
```
npm install
```
2. Build the application
- To run it locally make sure you are in "[LOCAL_DIR]/ConcentrationGame/android" directory, then run
- make sure you have administrator privilege

```
./gradlew clean build
```

### Run Application
- Make sure you emulator/device is up and running and configured correctly.
```
`react-native run-android`
```
- or to output logs to console
```
`react-native log-android`
```
- or to start js server only without re-installation
```
`react-native start`
```

### Technology & Platform
---
#### Development
- [React-Native](https://facebook.github.io/react-native/, "React Native | A framework for building native apps using React")
React Native | A framework for building native apps using React
- [Redux](http://redux.js.org/, "Redux is a predictable state container for JavaScript apps.")
Redux is a predictable state container for JavaScript apps.