An open API service indexing awesome lists of open source software.

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.

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
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/github.com/your-org/your-repo)
```
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](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.