HackerHome Photo Module

Photo Gallery and Carousel Module for HackerHome, a short-term vacation rental

Related Projects

Table of Contents

  1. Usage
  2. Requirements

Usage

# 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

Requirements

Installing Dependencies

From within the root directory:

npm install