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

https://github.com/suyesh/react_voting


https://github.com/suyesh/react_voting

Last synced: 2 months ago
JSON representation

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)