Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.13 KB

README.md

File metadata and controls

46 lines (34 loc) · 1.13 KB

More homes you may like

Suggestion module for the vacation rental app that displays 12 more homes. Each component is clickable and redirects user to the main page of the clicked house. User can scroll to the left and right to see all suggestions. The app is responsive to resizing.

modulePic

Installation

Step 1: Clone the repo

git clone https://github.com/hacker-home/More-homes.git

Step 2: Create config.js file in db folder with your configuration

Step 3: Seed data

node server/createData.js

Step 4: Compile files with webpack

$ npm run react-dev

Step 5: Start the app

$ npm start

Extra: To run tests

$ npm run test

Extra: To update screenshots for tests

$ npm run updateTestSnapshot

Related Projects