es6 example, native using chrome experimental labs

YOU MUST enable modules in some browsers:

Chrome Canary 60 – behind the “Experimental Web Platform” flag in chrome:flags
Firefox 54 – behind the dom.moduleScripts.enabled setting in about:config
Edge 15 – behind the “Experimental JavaScript Features” setting in about:flags
Safari — hell yeah!

Using Windows light web server "Mongoose" (https://github.com/cesanta/mongoose) for serve files and avoid CORS warnings


https://medium.com/dev-channel/es6-modules-in-chrome-canary-m60-ba588dfb8ab7
https://auth0.com/blog/javascript-module-systems-showdown/
https://www.contentful.com/blog/2017/04/04/es6-modules-support-lands-in-browsers-is-it-time-to-rethink-bundling/
https://jakearchibald.com/2017/es-modules-in-browsers/
https://pawelgrzybek.com/native-ecmascript-modules-in-the-browser/
