Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lastnamearya/react-voting-app
Product Hunt clone built in React.js - Fullstack.io
https://github.com/lastnamearya/react-voting-app
babel create-react-app es6 javascript jsx react react-component
Last synced: 19 days ago
JSON representation
Product Hunt clone built in React.js - Fullstack.io
- Host: GitHub
- URL: https://github.com/lastnamearya/react-voting-app
- Owner: lastnamearya
- Created: 2018-03-20T04:06:26.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-20T15:45:20.000Z (almost 7 years ago)
- Last Synced: 2024-11-11T05:49:25.544Z (about 2 months ago)
- Topics: babel, create-react-app, es6, javascript, jsx, react, react-component
- Language: CSS
- Homepage:
- Size: 7.25 MB
- Stars: 0
- Watchers: 2
- 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)