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