react-solitaire
React implementation of the famous solitaire card game
React-solitaire features a suite of technologies for frontend development that I do deeply cherish:
- ui β react
- application architecture β redux
- drag & drop β react-dnd
- immutable data β immutable
- transpiling β babel
- bundling β webpack
- testing β mocha
Take a look at the demo.
Quick Start
$ npm install
$ npm start
$ open http://localhost:3000