/Angular-TicTacToe

A variant of the Angular Tic-Tac-Toe App by fireship.io

Primary LanguageTypeScript

Angular Tic Tac Toe. Bro.

Try it out here!

Installation Instructions:

  1. Clone the repo using git clone.
  2. Go into the directory and install Angular using npm install -g @angular/cli
  3. Install dependencies using npm install
  4. Run it in development mode using ng serve
  5. Deployment build can be made by using ng build