Skip to content

MateusAbdala/ionic-jogo-da-velha

Repository files navigation

Ionic Jogo da Velha Application

This is a tic tac toe game app, showcasing a variety of Ionic Framework components and native features.

Getting Started

  • 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.

Install cordova plugin Dependencies

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

File Structure of App

TODO

About

A Tic-Tac-Toe Project

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published