Node.js turorial 1 : Node.js install on windows
Actually, text editor and web browser are the developing tools for Node.js and Sublime text is one of the popular text editor to develop HTML5 and javascript.
Sublime text is powerful and convenient text editor and I used it before but now I want to change it to visual studio. I was told that visual studio is free software and I want to use this kind of development IDE tools for node.js.
To use visual studio for Node.js. please follow the steps.
Step 1) Install Visual studio Community (Free)
Visit Visual studio page and download Visual studio community.
Install it on your machine.
Step 2) Install Node.js tools for visual studio
To use Node.js on visual studio, this tools are very essential and useful. you can use node.js templates once you install this tool.
Download and install through this site
Step 3) Install Grunt launcher for visual studio.
Grunt, bower and gulp are the tools we should use to develop Node.js. you'd better off installing this tool before you learn what's Grunt, bower and gulp.
Download and install through this site
Step 4) Install Git for windows.
To do version control I want to use the git for windows.Install it through git for windows official web page
No comments:
Post a Comment