Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/montogeek/hackdash-native
HackDash Native
https://github.com/montogeek/hackdash-native
Last synced: 10 days ago
JSON representation
HackDash Native
- Host: GitHub
- URL: https://github.com/montogeek/hackdash-native
- Owner: montogeek
- Created: 2015-10-06T02:59:03.000Z (about 9 years ago)
- Default Branch: develop
- Last Pushed: 2015-09-18T21:36:06.000Z (about 9 years ago)
- Last Synced: 2024-05-01T22:04:10.476Z (7 months ago)
- Language: JavaScript
- Size: 598 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# HackDash Native
## Installation
$ git clone [email protected]:impronunciable/hackdash-native.git
$ npm install## Developing
Use `develop` branch for development. The official docs are at: [The React native website](https://facebook.github.io/react-native/docs/getting-started.html#content)
Android:
$ react-native run-android
iOS:
- Open ios/AwesomeProject.xcodeproj and hit run in Xcode.