https://github.com/suyesh/react_voting
https://github.com/suyesh/react_voting
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/suyesh/react_voting
- Owner: suyesh
- Created: 2017-07-05T20:23:05.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-05T20:23:51.000Z (almost 8 years ago)
- Last Synced: 2025-01-18T01:40:16.102Z (4 months ago)
- Language: CSS
- Size: 7.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Running the app
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)