/microfrontend-example

Example of a microfrontend from a talk in GDC 17/12/2019

Primary LanguageJavaScript

Microfrontends example

Getting started

To run the project, just run docker-compose up, with docker installed on your machine.

an alternative way for running the project is to navigate into container and type npm i && npm start. Open another terminal window and navigate to fragment folder and execute npm i && npm start