Skip to content

mdsmith00/single-spa-module-federation-react-and-angular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

single-spa-module-federation-react-angular

This repository demonstrates the use of single-spa as a top-level router and module orchestrator with webpack module federation used as an alternative to SystemJS

Installing and running the application

  1. Within the shell, react-nav-app and react-app directories, run:

    npm i
    npm run start
  2. Within the angular-app directory, run:

    yarn install
    npm run start

    Note that you must use yarn as your package manager for the angular-app, it allows you to override the webpack dependencies for the CLI. The angular-app/package.json contains the following section to override webpack to use version 5 instead of 4:

      "resolutions": {
        "webpack": "5.0.0"
      },
  3. Access the application at http://localhost:8080

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published