A game of Solitaire in React
React for view, Redux for state, mocha and unexpected-react for testing, Webpack for module bundling, SASS for styles
Demo available: Github Pages
Clone git repo:
git clone https://github.com/pl12133/react-solitaire/
cd react-solitaire
Install:
npm install
Set HOST and PORT environment variables:
export HOST=example.com
export PORT=80
Start a local server:
npm start
Play!
Mobile friendly interface, card moves are undoable and redoable, tapping a card will automatically move it to the first available stack.
All content Copyright Peter Lenahan 2015, Licensed under Apache 2.0