###Voting Server Written using Redux, Node, and Socket.io (see the the voting client for additional instructions)
####Setup
- Clone repoo
- Install packages by running
npm install
in shell - Run
npm run test
in shell to execute test suite - Run
npm run start
in shell to launch the server (and create the redux store)