This is the experiment ground for Dashbaord Foundation team to explore how multiple-framework can work using Micro-frontend architecture.
Current implementation is based on the core example on single-spa.js.org
Currently we have 4 applcations running at the same time, including 1 root-config & 3 applcaitons using different Frontend framework.
You can run them seperately or run in all at once.
yarn install
yarn startcd app/<application>
yarn install
yarn start