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

https://github.com/avivharuzi/angular-with-react-micro-frontends-example

Angular with React as Micro Frontends within Nx Workspace
https://github.com/avivharuzi/angular-with-react-micro-frontends-example

angular microfrontends nx nx-workspace react

Last synced: about 2 months ago
JSON representation

Angular with React as Micro Frontends within Nx Workspace

Awesome Lists containing this project

README

          

# angular-with-react-micro-frontends-example

Angular with React as Micro Frontends within Nx Workspace.

![Screen 1](./.github/assets/screen-1.png)

![Screen 2](./.github/assets/screen-2.png)

## How to Run Locally

### Install packages

```shell
npm i
```

### Run in Development mode

```shell
npm run serve:mfe
```

### Run in Production mode

```shell
npm run build:mfe
```

```shell
npm run serve:build:mfe
```