react-redux-starter-thibault
v0.0.6
Published
Starter Kit for React + Redux application with Webpack
Maintainers
Readme
2048 - Implemented with React and Redux
If you want to play with it, you can check the DEMO
Setup
git clone [email protected]:dvalchanov/react-redux-2048.git
cd react-redux-2048
npm installUsage
start
Start the development server with hot reload:
make startdebug
Start the development server in DEBUG mode, with the React dev tools enabled:
make debuglint
Lint the code to check for any errors:
make lintbuild
Build a production ready version of the code:
make build