Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 919 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 919 Bytes

john-sprague-proxy-server

Microservice which handles display of any home comparisons for a single property to the Xillow Talk application.

Related Projects

Table of Contents

  1. Usage
  2. Requirements
  3. Development

Usage

From the root directory of this service, grab dependencies (see below). Then use the command npm run start to get the server going on localhost:3000. Then use the command npm run react-dev to transpose the es6 files into a bundle using webpack.

After the above steps, navigate to localhost:2998 and view the component!

Requirements

Installing Dependencies

From within the root directory:

npm install -g webpack npm install