An open API service indexing awesome lists of open source software.

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

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`