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
- Node 18+
$ npm install
$ npm run dev