https://github.com/doughtnerd/microfrontend-jsruntimeintegration-example
JS Runtime integration example of a micro-frontend
https://github.com/doughtnerd/microfrontend-jsruntimeintegration-example
docker javascript micro-frontend module-federation nginx runtime-integration
Last synced: about 2 months ago
JSON representation
JS Runtime integration example of a micro-frontend
- Host: GitHub
- URL: https://github.com/doughtnerd/microfrontend-jsruntimeintegration-example
- Owner: doughtnerd
- License: mit
- Created: 2021-06-10T23:42:04.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-21T16:52:18.000Z (almost 5 years ago)
- Last Synced: 2025-02-14T03:41:22.616Z (over 1 year ago)
- Topics: docker, javascript, micro-frontend, module-federation, nginx, runtime-integration
- Language: JavaScript
- Homepage:
- Size: 10.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Description
This is a minimal setup of a possible Micro-Frontend architecture.
It uses run-time integration via JS.
# To Run
## Requirements
This project uses docker so you'll need docker installed.
You'll also need yarn globally installed on your machine.
Also, there are some commands that are 'nix platform only, sorry windows users - use WSL.
## 'Nix Platforms
Run the shell script
```shell
./run.sh
```
# Exploring