/js-modules-samples

Examples of defining and importing modules in Javascript

Primary LanguageJavaScriptMIT LicenseMIT

#Example of different JS Module sytems

Module Systems:

  • ES6 Modules (Using babel to transpile the ES6 code to ES5)
  • NodeJs module system

Running

$ npm install
$ npm run   # list all available run scripts

References