1. download and install Node.js http://nodejs.org/
2. download and install Node.js Visual Studio extension http://nodejstools.codeplex.com/
3. create new project -> Other Languages -> JavsScript -> Node.js -> Blank Node.js Console application
4. you will see default javascript code : console.log(‘Hello World’);
5. hit F5 (for console debugging mode)
