/expedia

Expedia Coding Exercise

Primary LanguageJavaScript

Expedia Coding Exercise

Build Status

Prerequisite

  • node
  • npm
  • you need to install Allow-Control-Allow-Origin: * extension on chrome to be able to run locally

Quick Start

# Install dependencies for server
npm install
# Or using yarn
yarn

# Run the client & server with concurrently
npm run start-dev
# Or using yarn
yarn start-dev