Workspace Description Service Proxy

This proxy loads all services on a single page.

Related Projects

Table of Contents

  1. Usage
  2. Requirements
  3. Development

Usage

Requirements

An nvmrc file is included if using nvm.

  • Node 6.13.0
  • Mongo 4.4.1

Development

First time set up:

Run seeding scripts (mongo must be installed and running)

npm run seed

Start server

npm run server:dev

Installing Dependencies

From within the root directory:

npm install -g webpack
npm install