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

https://github.com/cagataycali/micro-fun-example

Microfrontend fun example project
https://github.com/cagataycali/micro-fun-example

microfrontend microfrontend-architecture microfrontends

Last synced: 11 months ago
JSON representation

Microfrontend fun example project

Awesome Lists containing this project

README

          

# Micro Frontend Fun - Example

This project is a example of micro frontend architecture.

```bash
git clone git@github.com:cagataycali/micro-fun-example.git
```

# Install fragments

```bash
./install.sh header
./install.sh footer
./install.sh avatar
```

# Start fragments

```bash
./start.sh footer # in first terminal
./start.sh header # in second terminal
./start.sh avatar # in third terminal
```

# Start composer

```bash
cd composer
yarn dev
```