https://github.com/joeldenning/simple-single-spa-webpack-example
A simple example of how to use webpack with single-spa
https://github.com/joeldenning/simple-single-spa-webpack-example
Last synced: about 1 year ago
JSON representation
A simple example of how to use webpack with single-spa
- Host: GitHub
- URL: https://github.com/joeldenning/simple-single-spa-webpack-example
- Owner: joeldenning
- License: mit
- Created: 2017-08-02T19:59:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T17:21:32.000Z (over 3 years ago)
- Last Synced: 2024-04-14T02:42:42.737Z (about 2 years ago)
- Language: JavaScript
- Size: 918 KB
- Stars: 289
- Watchers: 7
- Forks: 94
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome_frontend_development_resources - simple-single-spa-webpack-example - A simple example of how to use webpack with single-spa. (Micro Frontend / React Components)
- awesome - simple-single-spa-webpack-example - A simple example of how to use webpack with single-spa. (Micro Frontend / React Components)
README
# simple-single-spa-webpack-example
A simple example of how to use webpack with [single-spa](https://github.com/joeldenning/simple-single-spa-webpack-example/blob/master/README.md). Check out [the docs](https://github.com/CanopyTax/single-spa) and [the guide](https://medium.com/@joeldenning/a-step-by-step-guide-to-single-spa-abbbcb1bedc6) to learn more about single-spa itself.
This repository hopefully will be helpful for starting your own single-spa project. It has a react application and an angular application coexisting in a minimalistic way. If this project turns out to be helpful to people, I can add some more documentation, comments in the code, etc.
## How to use it
1. Clone this project
2. `yarn install` (or `npm install`)
3. `yarn watch` (or `npm run watch`)
4. Open up http://localhost:8080 in a web browser.