I. Node1, download the installation package
32-bit: Https://nodejs.org/dist/v4.4.3/node-v4.4.3-x86.msi
64-bit: Https://nodejs.org/dist/v4.4.3/node-v4.4.3-x64.msi
Step 1: Double-click the installation package as follows:
Step 2: Click Run, as follows:
Step 3: Tick the I accept, click Next:
Step 4:node.js, the path can be modified, click Next:
Step 5: Select the installation mode you want and click Next:
Step 6: Click Install to start installing node. js. Click Next:
Installation process:
Click Finish to exit the Setup wizard.
Two. Webstrom 1, download the installation package
Address: http://www.jetbrains.com/webstorm/
2. Installation steps:
Step 1: Click Next:
Step 2: Select the installation path and click Next:
Step 3: According to your own computer, choose 32 or 64 (usually 64-bit), check the. js,. css,. html, and click Next:
Step 4: Installation process
Step 5: Click Finish
Step 6: Open the SOFTWARE (will ask you to activate, if not activated only 30 days free use, the activation code can refer to: http://blog.csdn.net/xx1710/article/details/51725012)
Step 7: Create a project (the path is self-determined)
Step 8: Configure
1) Font Color: Click Settings--editor--colors&fonts, select your favorite background in scheme, I choose the Darcula
2) Font Size
Settings--editor--colors&fonts--font, set in size
Three. Configuring node in Webstrom
1. Locate the Node.exe installation path
2.settings--languages&frameworks--node.js and NPM, then select the path of Node.exe
Iv. Check if the installation is successful
1.cmd command Input node-v, a version appears, the installation succeeds
Configuring node. JS (Windows) in Webstorm