Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 471 Bytes

File metadata and controls

17 lines (12 loc) · 471 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 typings
npm install
npm link typescript
typings install
webpack

Run

Open index.html.