/use-es-modules

Use es-modules

Primary LanguageTypeScript

Project

Description

The aim of the project is to use es-modules. It was created solely for educational purposes, therefore it is as simple as possible.

How to run

Installl dependencies: npm i From the command line run the start script: npm run start

How it works

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.