Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 400 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 400 Bytes

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