https://github.com/module-federation/aegis-scaffold
This template repo provides the scaffolding to develop an ÆGIS federated application.
https://github.com/module-federation/aegis-scaffold
Last synced: 10 months ago
JSON representation
This template repo provides the scaffolding to develop an ÆGIS federated application.
- Host: GitHub
- URL: https://github.com/module-federation/aegis-scaffold
- Owner: module-federation
- License: mit
- Created: 2022-12-08T06:03:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:50:42.000Z (over 2 years ago)
- Last Synced: 2024-10-29T14:22:22.196Z (over 1 year ago)
- Language: JavaScript
- Size: 67 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Developing a federated application with ÆGIS
## Getting Started
This template repo provides the scaffolding to build a federated application in ÆGIS. Click [here](https://github.com/module-federation/microlib-examples/generate) to generate your repo from this tempate. Fill out the form. A new repo is created. Clone it and start coding!
```shell
git clone https://github.com//
cd
yarn
yarn build
```
or launch your dev env in gitpod:
```html
https://gitpod.io/github.com/your-org/your-repo
```
You can update the URL in this markdown to open your repo with the gitpod button below:
```html
[](https://gitpod.io/github.com/your-org/your-repo)
```
[](https://gitpod.io/github.com/your-org/your-repo)
See an example of a federated app [here](https://github.com/module-federation/aegis-app). Read the [article](https://trmidboe.medium.com/discounting-the-microservice-premium-a95311c61367) that describes federated applications in detail.