Feed Me
Entry point and container application for a micro frontends demo.
This is a React application, which renders a navigation bar, and uses React Router to select a
microfrontend to render onto the page.
Getting started
- Clone the repo
yarn installyarn start
You can run the container on its own, but for it to actually do anything you'll
also need to be running:
- the
contentserver - the
browsemicro frontend - the
restaurant-ordermicro frontend
Run the tests
yarn test