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

https://github.com/nickserv/renovation-search

renovation search demo page
https://github.com/nickserv/renovation-search

Last synced: 2 months ago
JSON representation

renovation search demo page

Awesome Lists containing this project

README

          

# renovation-search
renovation search demo page done in React

## Instructions on how to run it locally
- Have node installed on your computer locally
- install http-server ``` npm install -g http-server ```
- you must have webpack installed on your computer locally by npm install -g webpack
- Go to project path in terminal and have two tabs
- In the first terminal tab run this command ``` http-server ```
- In the second terminal tab run this command``` webpack -w ```
- Open up your browser and the project will be seen on localhost:8080