The project is a tic tac toe game for two players. It allows a user to play with anyone in the world in real time. The application consists of both front end side built using Ionic cross-platform framework and backend side developed using nodeJS and containerized into a docker container. It's implementation has been tested using both android & iOS devices.
-
Clone/download the repo
-
Run
npm install
-
Build & deploy to Android
- Prerequisites
- Java JDK 8
- Android Studio
- Run the following CLI commands
ionic build
ionic cordova platform add android
ionic cordova run android
#To run on an android studio emulatorionic cordova run android --device
#To run on a device
- Prerequisites
-
Build & deploy to iOS:
- Prerequisites
- macOS
- Xcode, install it from the App Store
- iOS Developer account, sign up on developer.apple.com, it's free
- Run the following CLI command
ionic cordova build ios --prod
- Prerequisites
MIT