Skip to content

elpassion/sprint-poker-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sprint Poker Frontend

Frontend for Sprint Poker written in React, Reflux and CofeeScript

http://sprintpoker.io

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.

  1. Fork the repo on GitHub
  2. Commit changes to a branch in your fork
  3. Pull request "upstream" with your changes
  4. 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.