1. Install Webstorm and crack
2. Install node (and express frame)
- Download and install it from the website. (http://nodejs.org) v0.10.32 MSI
After installation test, open command line,c:\users\iris804> node>console.log ("hello") output hello undefined
- Installing the node. JS Package Manager (Express)
Ctrl+d, go back to the initial window, enter NPM install-g express-gengerator, install Express in global mode
Switch to destination folder, express-e Blog CD blog & npm install 3. Configure Nodejs for Webstorm configuration node interpreter and Sources of node. js Core Modules 4. Installing MongoDB
- Download http:\\www.mongodb.org to download the corresponding version
- Unzip the downloaded file to MongoDB, create a new Blogdata folder, store the log data
"My notes BLOG1" configuration Webstorm + node. js +express + MONGODB Development Blog Environment