coremedia-headless-client-react

CoreMedia Headless Stitching Server Documentation

Documentation / Workspace Structure


Workspace Structure

The servers folder contains two sub-workspaces: mocking and stitching.

servers/
├── mocking/
└── stitching/

mocking

This folder includes the mock server based on smoke / Apollo express.

mocking/
├── bin/
├── lib/
├── mocks/
├── test/

stitching

This folder includes the stitching server based on Apollo express.

stitching/
├── dist/
├── src/