dfconroy / react-redux-2048

2048 - Implemented with React and Redux

Home Page:https://github.com/dvalchanov/react-redux-2048

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2048 - Implemented with React and Redux

If you want to play with it, you can check the DEMO

Setup

git clone git@github.com:dvalchanov/react-redux-2048.git
cd react-redux-2048
npm install

Usage

start

Start the development server with hot reload:

make start

debug

Start the development server in DEBUG mode, with the React dev tools enabled:

make debug

lint

Lint the code to check for any errors:

make lint

build

Build a production ready version of the code:

make build

About

2048 - Implemented with React and Redux

https://github.com/dvalchanov/react-redux-2048


Languages

Language:JavaScript 82.6%Language:CSS 15.2%Language:HTML 1.8%Language:Makefile 0.3%