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
- Host: GitHub
- URL: https://github.com/avivharuzi/angular-with-react-micro-frontends-example
- Owner: avivharuzi
- License: mit
- Created: 2021-12-19T21:09:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-23T09:57:56.000Z (over 4 years ago)
- Last Synced: 2025-01-15T15:02:31.923Z (over 1 year ago)
- Topics: angular, microfrontends, nx, nx-workspace, react
- Language: TypeScript
- Homepage:
- Size: 5.39 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.config.js
- License: LICENSE
Awesome Lists containing this project
README
# angular-with-react-micro-frontends-example
Angular with React as Micro Frontends within Nx Workspace.


## 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
```