Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.07 KB

File metadata and controls

41 lines (25 loc) · 1.07 KB

AirBnB Clone by Team Phoenix

Our team developed an AirBnB clone that mirrors the front end functionality of airbnb.com. This is our first attempt at SOA(service oriented archritecture), and we broke up the listing page into multiple services and worked on each independently. The other related portions of this clone will be found in the related projects section.

I was specifically in charge of the listing description and calendar service

Related Projects

Table of Contents

  1. Usage
  2. Requirements
  3. Development

Usage

Some usage instructions

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