Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 445 Bytes

File metadata and controls

14 lines (11 loc) · 445 Bytes

React Tic Tac Toe

A game example built using TypeScript and React, following guidelines from react-webpack guide from TypeScript handbook.

Build

npm install -g typescript webpack
npm install
npm link typescript
webpack

Run

Open index.html.