Photo Gallery and Carousel Module for HackerHome, a short-term vacation rental
Legacy code base:
- https://github.com/hacker-home/Airbnb-info
- https://github.com/hacker-home/Airbnb-booking
- https://github.com/hacker-home/Airbnb-reviews
- https://github.com/hacker-home/Airbnb-more-homes
Current project:
- https://github.com/Team-Inspiration-HR/booking
- https://github.com/Team-Inspiration-HR/Listing
- https://github.com/Team-Inspiration-HR/photo-service
- https://github.com/Team-Inspiration-HR/Airbnb-reviews
# clone this repository
$ git clone https://github.com/hacker-home/Photo-Module.git
# Install dependencies
$ npm install
# Seed database
$ npm run seed
# Bundle files with webpack
$ npm run react-dev
# Run the app
$ npm run start
From within the root directory:
npm install