02-be-modular

Splitting your application to modular chunks is a major step to make your code reusable. In this lesson we will learn about the module system in node. How to export a module How to import a module How to use npm How to use community packages and built i

Usage no npm install needed!

<script type="module">
  import 2BeModular from 'https://cdn.skypack.dev/02-be-modular';
</script>

README

Modular node applications

Splitting your application to modular chunks is a major step to make your code reusable. In this lesson we will learn about the module system in node. How to export a module How to import a module How to use npm How to use community packages and built in packages How to publish a package of your own.