1:
Webstorm:http://www.jetbrains.com/webstorm
node.js:https://nodejs.org/download/
2 Installing node. js
Follow the prompts step by step installation, do not say, after the installation is completed to detect whether the PATH environment variable is configured with node. js, click start = "Run =" input "cmd" + Enter the command "path" output the following results:
Path=c:\oraclexe\app\oracle\product\10.2.0\server\bin; C:\Windows\system32; C:\Windows; C:\Windows\System32\Wbem; C:\Windows\System32\WindowsPowerShell\v1.0\; C:\python32\python; C:\MinGW\bin; C:\Program Files\gtk2-runtime\lib; C:\Program files\mysql\mysql Server 5.5\bin; C:\Program files\nodejs\; C:\Users\rg\AppData\Roaming\npm
We can see that the environment variable already contains the C:\Program files\nodejs\
Check the node. JS version
3 Installation Configuration Webstorm
The installation process is simple, not much to say, the configuration process is as follows:
3.1 file->setting input node. js
Configure node Interpreter
3.2 Configuring the source code for node. js
3.3 Test If you can run the node. JS Code
Really useful:)
Configuration of the Webstorm+node.js development environment