Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jroliveira/planning-poker-game

A Planning Poker (game)(:black_joker:) powered by React and Redux.
https://github.com/jroliveira/planning-poker-game

babel es6 localforage planning-poker pwa react redux socketio

Last synced: 26 days ago
JSON representation

A Planning Poker (game)(:black_joker:) powered by React and Redux.

Awesome Lists containing this project

README

        

# Planning Poker (game)

[![Maintainability](https://api.codeclimate.com/v1/badges/41c9b45427fb431a6daf/maintainability)](https://codeclimate.com/github/jroliveira/planning-poker-game/maintainability)

![Planning Poker (game) - Logo][logo]

A *Planning Poker* game powered by React, Redux, Koa and Socket.IO.

### Pre requirements

* [Node.js](https://nodejs.org/en/)

### Installing

``` bash
$ git clone https://github.com/jroliveira/planning-poker-game.git
$ npm i
```

### How to run it

``` bash
$ npm start
```

### How to build it

``` bash
$ npm run build
```

### How to deploy it

``` bash
$ npm run deploy
```

### Contributions

1. Fork it
2. git checkout -b
3. git add --all && git commit -m "feature description"
4. git push origin
5. Create a pull request

### License

The code is available under the [MIT license](LICENSE).

[logo]: https://raw.githubusercontent.com/jroliveira/planning-poker-game/master/logo.png "Planning Poker (game) - Logo"