Booking Component
This project is a self-contained booking component for Staybnb, a replica of Airbnb's appartment web page.
- https://github.com/Staybnb/Neighborhood
- https://github.com/Staybnb/Description
- https://github.com/Staybnb/Reviews
Fork and clone this repo to your computer. From within the root directory, run 'npm install' in the terminal. When that is complete, run 'npm run react-dev' in one terminal to compile the front-end and run 'npm run server-dev' in another terminal to start the server.
An nvmrc
file is included if using nvm.
- Node 6.13.0
- etc
From within the root directory:
npm install -g webpack
npm install -g nodemon
npm install