Skip to content

Staybnb/Booking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published