Getting Started

  • git clone this repository locally
  • Navigate to /voting-server and run npm start
  • In a separate terminal tab or window, navigate to /voting-server and run webpack-dev-server
  • In a web browser, navigate to http://localhost:8080 to vote, and to http://localhost:8080/#/results to see live voting results come in or end a round of voting

Built according to a tutorial by Tero Parviainen.