Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)