https://github.com/pradeep1991singh/cardgame
https://github.com/pradeep1991singh/cardgame
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pradeep1991singh/cardgame
- Owner: pradeep1991singh
- Created: 2022-06-14T18:37:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-15T15:36:48.000Z (over 3 years ago)
- Last Synced: 2025-03-20T14:56:10.356Z (8 months ago)
- Language: Java
- Size: 492 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cardgame
## Prerequisites
- [Node.js > 12](https://nodejs.org) and npm (Recommended: Use [nvm](https://github.com/nvm-sh/nvm))
- [Watchman](https://facebook.github.io/watchman)
- [Xcode 12](https://developer.apple.com/xcode)
- [Cocoapods 1.10.1](https://cocoapods.org)
- [JDK > 11](https://www.oracle.com/java/technologies/javase-jdk11-downloads.html)
- [Android Studio and Android SDK](https://developer.android.com/studio)
## Usage
- Run `cd cardgame && npm install`
- Run `cd ios && pod install`
- Run `npm run ios` or `npm run android` to start your application!