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.
Install dependencies
npm install
Run in development locally
npm run dev
Build for production
npm run build
- SERVER_URL: Server URL of the game server to connect to. Required
npm test