Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 377 Bytes

File metadata and controls

12 lines (9 loc) · 377 Bytes

Proxy Server

Getting Started

Open a terminal instance for every service and one for the proxy.

Setup

  1. Run 'npm install' for every service and the proxy.
  2. Run 'npm run build' for every service to fire up Webpack and create a bundle.js file.
  3. Run 'npm start' for every service and the proxy to start server.

Server

  • In a browser navigate to localhost:3004