{"id":23151217,"url":"https://github.com/gispada/ts-microfrontends-demo","last_synced_at":"2026-05-18T10:07:55.842Z","repository":{"id":38340531,"uuid":"443063415","full_name":"gispada/ts-microfrontends-demo","owner":"gispada","description":"Project to experiment with microfrontends using Webpack Module Federation and TypeScript","archived":false,"fork":false,"pushed_at":"2023-04-03T18:01:43.000Z","size":551,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-28T09:44:24.685Z","etag":null,"topics":["aws-cdk","microfrontends","typescript","vue","webpack-module-federation"],"latest_commit_sha":null,"homepage":"https://d1ficz68tdlptx.cloudfront.net","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gispada.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-12-30T12:06:24.000Z","updated_at":"2023-03-07T03:48:58.000Z","dependencies_parsed_at":"2024-12-17T18:31:44.667Z","dependency_job_id":"9aa74238-c8f4-44c2-9d99-c5f279d76be0","html_url":"https://github.com/gispada/ts-microfrontends-demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gispada/ts-microfrontends-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gispada%2Fts-microfrontends-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gispada%2Fts-microfrontends-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gispada%2Fts-microfrontends-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gispada%2Fts-microfrontends-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gispada","download_url":"https://codeload.github.com/gispada/ts-microfrontends-demo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gispada%2Fts-microfrontends-demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33174091,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws-cdk","microfrontends","typescript","vue","webpack-module-federation"],"created_at":"2024-12-17T18:30:47.001Z","updated_at":"2026-05-18T10:07:55.824Z","avatar_url":"https://github.com/gispada.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TypeScript microfrontends with Webpack Module Federation\n\nA monorepo project to experiment with microfrontends, using TypeScript and Webpack Module Federation. Final result [here](https://d1ficz68tdlptx.cloudfront.net/).\n\nThe application is made up of five modules:\n- **Container** - The shell with the header and the side panel; it handles the top level routes.\n- **Account** - A basic account section, written in React; it has two subroutes.\n- **Dashboard** - A section to display random data using charts and a table; it is written in React and has three subroutes, one of which is another microfrontend.\n- **Product** - A Vue 3 simple application that shows details on the items listed in the Dashboard table.\n- **Shared** - Shared components and utils; it exposes both React and Vue components that are consumed by the previous frontends.\n\nRemotes' urls are not set at build time, but retrieved at runtime from a `json` map, currently hosted in the same location as the container ([here](https://d1ficz68tdlptx.cloudfront.net/remotesMap.json)), but it could be put anywhere.\n\n## Deployment\n\nEach microfrontend is deployed to a separate Amazon S3 Bucket, with a CloudFront distribution in front of it.\n\nThe initial setup of AWS resources is done through **AWS CDK**, installed globally.\n\nThe first time CDK must be installed and bootstrapped:\n1. `npm install -g aws-cdk`\n2. `export CDK_NEW_BOOTSTRAP=1 \u0026\u0026 cdk bootstrap aws://{AWS_ACCOUNT}/{AWS_REGION}`\n\nThen, to create the infrastucture: `cdk deploy`; to destroy it: `cdk destroy`.\n\nPushing on `main`, a GitHub Action will build and deploy the modified microfrontend(s) to the appropriate AWS resource(s).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgispada%2Fts-microfrontends-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgispada%2Fts-microfrontends-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgispada%2Fts-microfrontends-demo/lists"}