Skip to content

poeschko/reason-react-tictactoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-tac-toe with Reason + React

A simple tic-tac-toe implementation using Reason and Reason-React, built on top of the boilerplate from chenglou/reason-react-example, using bs-glamor for styling.

Live Demo

Setup

npm install

# start Bucklescript compiler in watch mode in one tab:
npm start
# start Webpack in watch mode in another tab:
npm run build

Then open src/index.html to play a round of tic-tac-toe against yourself.

Take a look at ReasonVienna/dev-setup for a very reasonable description of how to set up your development environment.

Deploying to GitHub Pages

git checkout master
npm run docs
git commit -am "update docs"
git push