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
- Host: GitHub
- URL: https://github.com/fullstack-dev3/react-voting-app-sample
- Owner: fullstack-dev3
- Created: 2022-07-23T07:54:59.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-10T06:24:50.000Z (over 2 years ago)
- Last Synced: 2025-01-05T05:26:18.665Z (about 1 year ago)
- Topics: css, html, javascript, npm, reactjs, voting-app
- Language: CSS
- Homepage: https://custom-voting-sample.netlify.app
- Size: 2.85 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)