Skip to content

thestarlabs/react-redux-2048

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.7%
  • CSS 15.2%
  • HTML 1.8%
  • Makefile 0.3%