ShareBnB - property description and navbar
- https://github.com/sharebnbhr/gallery
- https://github.com/sharebnbhr/reviews
- https://github.com/sharebnbhr/Reservation-Checkout
- install dependencies
- seed database
- from root directory, "npm run seed"
- build webpack
- from root directory, "npm run build"
- run server
- from root directory, "npm start"
- open "localhost:3002" in browser
An nvmrc
file is included if using nvm.
- Node 6.13.0
- etc
Technologies: react-transition-groups, react-waypoint, Frameworks: React, Express, Mongoose
From within the root directory:
npm install -g webpack npm install
As part of a collaborative effort to emulate the AirBnB experience, this repository includes the component that holds the description of each property and navigation bar that appears on scroll.