#Example of different JS Module sytems
- ES6 Modules (Using babel to transpile the ES6 code to ES5)
- NodeJs module system
$ npm install
$ npm run # list all available run scripts
- ES6 - Modules from exploringjs
#Example of different JS Module sytems
$ npm install
$ npm run # list all available run scripts