/FEC-AirHomes-Booking

AirHomes Booking Component

Primary LanguageJavaScript

AirHomes Booking Card Component

The booking component of a Homestay Booking Application

Table of Contents

  1. Usage
  2. Requirements
  3. Development

Usage

  • npm install
  • npm run react-dev to compile bundle
  • npm start to start server / mongo db
  • npm run seed
  • mongoimport --jsonArray seed file

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