Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hajjiri/concentrationgame
- Owner: Hajjiri
- Created: 2017-08-02T12:00:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-25T01:43:03.000Z (over 7 years ago)
- Last Synced: 2024-11-09T19:47:09.596Z (about 2 months ago)
- Topics: concentrationgame, javascript, npm, react-native, redux
- Language: Objective-C
- Size: 38.3 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.