This is a tic tac toe game app, showcasing a variety of Ionic Framework components and native features.
- Download the installer for Node.js 6 or greater.
- Install the ionic CLI globally:
npm install -g ionic
- Clone this repository:
git clone https://github.com/MateusAbdala/ionic-jogo-da-velha.git
. - Run
npm install
from the project root. - Run
ionic serve
in a terminal from the project root. - Profit. 🎉
Note: You may need to add “sudo” in front of any global commands to install the utilities.
Run this command on your terminal to add a platform and install all needed plugins:
iOS:
$ ionic cordova platform add ios
$ ionic cordova run ios
Android:
$ ionic cordova platform add android
$ ionic cordova run android
TODO