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
- Host: GitHub
- URL: https://github.com/nickserv/renovation-search
- Owner: nickserv
- Created: 2019-09-17T11:17:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-17T11:32:50.000Z (almost 7 years ago)
- Last Synced: 2025-03-10T11:07:51.418Z (over 1 year ago)
- Size: 7.66 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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