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:
- Open a command prompt and move to the folder containing the sample code
- Run the following commands in given order:
- npm install
- bower install
- grunt traceur
- grunt server
- 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