https://github.com/artursopelnik/microfrontend-with-systemjs
A working implementation for micro-frontend using SystemJS
https://github.com/artursopelnik/microfrontend-with-systemjs
micro-frontends micro-frontends-demo microfrontend systemjs
Last synced: about 1 year ago
JSON representation
A working implementation for micro-frontend using SystemJS
- Host: GitHub
- URL: https://github.com/artursopelnik/microfrontend-with-systemjs
- Owner: artursopelnik
- Created: 2024-09-04T14:16:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T16:13:09.000Z (almost 2 years ago)
- Last Synced: 2025-05-24T14:56:03.384Z (about 1 year ago)
- Topics: micro-frontends, micro-frontends-demo, microfrontend, systemjs
- Language: TypeScript
- Homepage: https://artursopelnik.github.io/microfrontend-with-systemjs/
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Microfrontend with SystemJS
This template provides a working implementation for micro-frontend using SystemJS without any additional framework as
described here:
https://dev.to/hamed-fatehi/how-to-implement-micro-frontends-using-systemjs-a-comprehensive-guide-i3a
The initial Boilerplate-code was created by vite with the following command
$ `npm create vite@latest`
## System Requirements
- Node 18+
# Install dependencies and start development server
$ `npm install`
$ `npm run dev`