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.
$ npm install
$ npm start
$ open http://localhost:3000