Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 952 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 952 Bytes

Booking

Booking Component

Project Name

This project is a self-contained booking component for Staybnb, a replica of Airbnb's appartment web page.

Related Projects

Table of Contents

  1. Usage
  2. Requirements
  3. Development

Usage

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.

Requirements

An nvmrc file is included if using nvm.

  • Node 6.13.0
  • etc

Development

Installing Dependencies

From within the root directory:

npm install -g webpack
npm install -g nodemon
npm install