Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 297 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 297 Bytes

Tic Tac Toe Game

This is a simple Tic Tac Toe

Setup

  1. git clone [email protected]:andreaswierm/tic-tac-toe-game.git
  2. cd tic-tac-toe-game
  3. npm install

Start the development game in your browser.

  • Run Application

    npm start
  • Run Specs

    npm test