Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 465 Bytes

File metadata and controls

24 lines (17 loc) · 465 Bytes

Mock AirBnB Listing Page with Photo Grid and Carousel

Description

This is a remake of the images module of AirBnB's listing page for Hack Reactor's Front-End Capstone Project.

Technologies used:

  • Node.js
  • React
  • Express
  • MongoDB

Instructions

Setup

For installing node modules run:npm install.

Seeding

For database seeding run: npm run seed.

Server

For Express server run: npm start.

Client

For Webpack run: npm run build.