###Voting Client Written using React, Redux, and Socket.io (the voting server must be running for app to run properly)
####Setup
- Clone repoo
- Install packages by running
npm install
in shell - Bundle and launch server by running
webpack-dev-server
in shell - Run
npm run test
in shell to execute test suite