https://github.com/diogosouza/single-spa-microfrontend-example
Creating micro-frontend apps with single-spa
https://github.com/diogosouza/single-spa-microfrontend-example
microfrontend single-spa
Last synced: 2 months ago
JSON representation
Creating micro-frontend apps with single-spa
- Host: GitHub
- URL: https://github.com/diogosouza/single-spa-microfrontend-example
- Owner: diogosouza
- Created: 2020-10-12T19:34:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-12T19:43:33.000Z (over 4 years ago)
- Last Synced: 2025-01-28T05:15:02.778Z (4 months ago)
- Topics: microfrontend, single-spa
- Language: JavaScript
- Homepage:
- Size: 284 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Creating micro-frontend apps with single-spa
To start the app, you'll need to start each one individually via:
```
yarn start --port 90XX
```Change the XX with the proper ports. Then, run the root project via `yarn start`.
This is it! :)