Skip to content

Latest commit

 

History

History
executable file
·
55 lines (38 loc) · 1.1 KB

README.md

File metadata and controls

executable file
·
55 lines (38 loc) · 1.1 KB

HackerHome Photo Module

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

Related Projects

Legacy code base:

Current project:

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