Example tiny frontend

This is an example tiny frontend project. It deploys a JS bundle that can be consumed at runtime by another React app.

To learn more about this repository structure check out this page.

For an overview of the general architecture go here.

Running the app locally

cd app
npm i
npm run dev

The head to http://localhost:3000

Deploying your own

If you want to deploy your own micro frontend, follow this guide.