Skip to content

chrisandrews7/planning-poker.ui

Repository files navigation

Planning Poker

Build Status Coverage Status

About

UI for a agile planning poker for scrum teams to make story estimation faster and more efficient.

Built in React and Redux, connecting to a socket server to communicate with other players.

Getting Started

Install dependencies

npm install

Run in development locally

npm run dev

Build for production

npm run build

Environment Variables

  • SERVER_URL: Server URL of the game server to connect to. Required

Testing

npm test