An open API service indexing awesome lists of open source software.

https://github.com/fullstack-dev3/react-voting-app-sample

Voting App Sample by React.js
https://github.com/fullstack-dev3/react-voting-app-sample

css html javascript npm reactjs voting-app

Last synced: 11 months ago
JSON representation

Voting App Sample by React.js

Awesome Lists containing this project

README

          

# 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](https://github.com/npm/npm).

2. Install `http-server`

````
npm install
````

3. Boot the HTTP server

````
npm run server
````

The server is now running at [localhost:3000](localhost:3000)