Service responsible for rendering a component clone of Airbnb's Photo Module and Modal Gallery.
- https://github.com/BedandBreakfastClub/airbnb-clone-reviews-module
- https://github.com/BedandBreakfastClub/airbnb-clone-booking-module
- https://github.com/BedandBreakfastClub/airbnb-clone-similar-listings-module
Follow the instructions for installation and configuring in development and then run the following commands
npm run build
npm startAn nvmrc file is included if using nvm.
From within the root directory:
npm installFrom within the root directory:
cp config/config.example.js config/config.jsEdit the config.js file and replace the MYSQL_USER and MYSQL_PASS fields with your username and password.
From within the root directory:
npm run db:seedFrom within the root directory:
npm run watch & npm start