Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/swiip/2048-redux

2048 implementation with Redux
https://github.com/swiip/2048-redux

Last synced: 9 days ago
JSON representation

2048 implementation with Redux

Awesome Lists containing this project

README

        

# 2048 with Redux

## Requirement
- Git
- NodeJS >= 4
- [Redux DevTools](https://chrome.google.com/webstore/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd) chrome extension (optional)

## Installation
- Clone the repo
- Run `npm i` inside the directory
- Checkout the `step-0` branch
- Let's rock :metal:

## Usage
- Run `npm run serve`
- Open `http://localhost:3000`