riccjohn / tic-tac-toe

Apprenticeship Tic-Tac-Toe in Typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tic-tac-toe

Apprenticeship Tic-Tac-Toe in Typescript

Build Status Coverage Status

Installation

  • Clone the repo, install dependencies

    • git clone git@github.com:riccjohn/tic-tac-toe.git
    • cd tic-tac-toe
    • npm i
  • Testing npm test to run tests once npm run test-watch to watch all tests for changes

  • Start the app

    • npm start
    • Open browser and go to localhost:3000

About

Apprenticeship Tic-Tac-Toe in Typescript


Languages

Language:TypeScript 92.0%Language:JavaScript 6.1%Language:HTML 1.5%Language:CSS 0.3%