Skip to content

fullstack-dev3/react-voting-app-sample

Repository files navigation

Voting Application

Visit the site here: https://custom-voting-sample.netlify.app

Install and Boot the Application

  1. Ensure you have npm installed.

Follow the instructions for your platform here.

  1. Install http-server
npm install
  1. Boot the HTTP server
npm run server

The server is now running at localhost:3000