https://github.com/algab/single-spa-orchestrator
https://github.com/algab/single-spa-orchestrator
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/algab/single-spa-orchestrator
- Owner: algab
- Created: 2023-06-02T22:10:42.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-25T19:19:55.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T13:15:31.891Z (about 2 years ago)
- Language: JavaScript
- Size: 279 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Single-spa Orchestrator
Single-spa orchestrator creation without using any module bundlers.
## User Guide
1 - Run mfe page-one
```
cd page-one
yarn start
```
2 - Run mfe page-two
```
cd page-two
yarn start
```
3 - Run mfe header
```
cd header
yarn start
```
4 - Run index.html file on a web server
```
npx http-server -p 4000 .
```