15 lines
675 B
Markdown
15 lines
675 B
Markdown
---
|
|
title: 'Nx Micro-Frontend Example'
|
|
description: 'Explore a real-world example of a micro-frontend architecture using Nx, combining React and Angular apps with shared web components.'
|
|
---
|
|
|
|
# Nx Micro-Frontend Example
|
|
|
|
This repository contains a single book store website that serves a React app for some routes and an Angular app for other routes. Both apps make use of web components to share UI.
|
|
|
|
The repository is kept up to date with the latest version of Nx and is used as a smoke test for migrations to new versions of Nx.
|
|
|
|
**Live Demo:** [Nx Store](https://nrwl-nx-examples-cart.netlify.app/cart)
|
|
|
|
{% github-repository url="https://github.com/nrwl/nx-examples" /%}
|