The starting point for this project was a tutorial by Chris LaRose:
http://cjlarose.com/2014/01/09/react-board-game-tutorial.html
Here I implement the board game go three times.
- First using facebook's ReactJS by itself - tag
- Second adding in Redux - tag
- Third using only Elm - tag
The initial Vanilla React app is a direct implementation of Chris LaRose's tutorial above. The React-Redux and Elm versions are my take, and meant to be exact replicas of one another.
To serve on port 8080:
npm run serve