Photo Gallery and Carousel Module for HackerHome, a short-term vacation rental
- 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
# 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