Listing Description module for a short term rental housing app
# 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