216Giorgiy / ES6-Modules

ES6 brings the feature of modules into the language. In this article, we will explore the ES6 Module System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To run the sample code, you must have Node.js installed on your system and the packages for Grunt and bower should have been installed globally.

Once you have the environment ready, follow these instructions:

  1. Open a command prompt and move to the folder containing the sample code
  2. Run the following commands in given order:
  • npm install
  • bower install
  • grunt traceur
  • grunt server
  1. After running the last command, open a web browser and type one of the following URLs to see the output:

localhost:9000/UsingTraceur localhost:9000/AMD

About

ES6 brings the feature of modules into the language. In this article, we will explore the ES6 Module System


Languages

Language:JavaScript 79.0%Language:HTML 21.0%