/Airbnb-info

Listing description module for a short term rental housing app

Primary LanguageJavaScript

Listings Module

Listing Description module for a short term rental housing app

Table of Contents

  1. How To Use
  2. Requirements
  3. Related Projects
# clone this repository
$ git clone https://github.com/hacker-home/Airbnb-info.git

# install dependencies
$ npm install

# seed database
$ npm run seed

# compile/transpile files with webpack
$ npm run react-dev