https://github.com/siveing/micro-frontend
Gonna build sample micro frontend combination the modules
https://github.com/siveing/micro-frontend
mfe microfrontend nx reactjs typescript
Last synced: about 2 months ago
JSON representation
Gonna build sample micro frontend combination the modules
- Host: GitHub
- URL: https://github.com/siveing/micro-frontend
- Owner: siveing
- Created: 2023-12-12T09:18:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-06T10:34:57.000Z (over 1 year ago)
- Last Synced: 2025-01-16T21:24:19.558Z (4 months ago)
- Topics: mfe, microfrontend, nx, reactjs, typescript
- Language: TypeScript
- Homepage: https://mfe-jin.netlify.app/
- Size: 267 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MfeDemoJin - Micro Frontend Demo By JIN
## Running tasks
To execute tasks with Nx use the following syntax:
```
nx serve website --devRemotes=about
```The host services or we can called main website will be run on port 4200 on your localhost.
## Port
The about page is remote site that will be run on port 4201 on your localhost.