bhargavg / js-modules-samples

Examples of defining and importing modules in Javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#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

About

Examples of defining and importing modules in Javascript

License:MIT License


Languages

Language:JavaScript 100.0%