Adds react-router to manage the routes. Shouldn't need too many, but it's easy to use and I feel better for having it. I envision really only needing 4 top level routes:
/, which has the normal user flow
/admin, for managing elections
/live, which will show stats as the election is happening
/results, which should be a listing of all past election results
Adds react-router to manage the routes. Shouldn't need too many, but it's easy to use and I feel better for having it. I envision really only needing 4 top level routes: