Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 819 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 819 Bytes

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/SDC-airdnd/airdnd-listing-info

# install dependencies
$ npm install

# seed database
$ npm run seed

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