The aim of the project is to use es-modules. It was created solely for educational purposes, therefore it is as simple as possible.
Installl dependencies: npm i
From the command line run the start script: npm run start
Local server will be run on port 8000. It will serve index.html and module-[name].js.
The served module will be imported and used by an inline module script.