https://github.com/donaldkibet/single-spa
Simple implementation of angular-single-spa
https://github.com/donaldkibet/single-spa
angular-single-spa singlespa
Last synced: 3 months ago
JSON representation
Simple implementation of angular-single-spa
- Host: GitHub
- URL: https://github.com/donaldkibet/single-spa
- Owner: donaldkibet
- Created: 2019-10-02T19:32:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T10:23:29.000Z (over 2 years ago)
- Last Synced: 2025-02-01T17:14:28.037Z (5 months ago)
- Topics: angular-single-spa, singlespa
- Language: HTML
- Homepage:
- Size: 2.03 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular SingleSPA MicroFront End
This repo contains the Angular 8 single spa implementation.
## Setup Instructions
1. Git clone this repository [Single SPA](https://github.com/donaldkibet/SingleSPA.git)
2. Restore the node_modules `npm install`
3. Run the application `npm run serve:single-spa`
4. Run the single-spa-root-config file
5. Load the url to view `http://localhost:5000` to view the Application running### More Information
Visit [Single SPA Documentation](https://single-spa.js.org/docs/ecosystem-angular.html#configure-routes)