Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 463 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 463 Bytes

Tic Tac Toe with TypeScript & React

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.