Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/swiip/2048-redux
- Owner: Swiip
- Created: 2016-03-26T16:41:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-04-21T12:59:31.000Z (over 8 years ago)
- Last Synced: 2024-10-15T13:27:50.976Z (24 days ago)
- Language: JavaScript
- Size: 193 KB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`