Skip to content

sashee/react-tictactoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-tictactoe

This is a demonstration code for a blog post: https://advancedweb.hu/2015/12/08/react_basics/.

It covers some basic concepts of the React framework.

For a live demo, click here

Usage

You need Nodejs and Grunt installed. Then just issue npm install followed by grunt to build. Then host the dist directory in a http server of you choice. Finally, load the index.html in a suitable browser.