Awesome
Sprint Poker Frontend
Frontend for Sprint Poker written in React, Reflux and CofeeScript
Setup
- Install sprint-poker backend
- Install npm dependencies with
npm install
- Run server with
npm run server
Now you can visit localhost:8080
from your browser.
Contributing
We follow the "fork-and-pull" Git workflow.
- Fork the repo on GitHub
- Commit changes to a branch in your fork
- Pull request "upstream" with your changes
- Merge changes in to "upstream" repo
NOTE: Be sure to merge the latest from "upstream" before making a pull request!
License
Sprint Poker is released under the MIT License. See the LICENSE file for further details.