If you want to play with it, you can check the DEMO
git clone git@github.com:dvalchanov/react-redux-2048.git
cd react-redux-2048
npm install
Start the development server with hot reload:
make start
Start the development server in DEBUG mode, with the React dev tools enabled:
make debug
Lint the code to check for any errors:
make lint
Build a production ready version of the code:
make build