1. 安裝webstorm 並破解
2. 安裝node (以及express框架)node
- 至官網下載並安裝。(http://nodejs.org)v0.10.32 msi
安裝後測試,打開命令行,
>console.log("hello")
輸出 hello
undefined
ctrl+d, 回到初始窗口,輸入 npm install -g express-gengerator , 全局模式下安裝express
3. 對webstorm配置nodejs
配置Node interpreter 和 Sources of Node.js Core Modules
4. 安裝mongodb
【接下來的步驟,在blog5中繼續,包括mongodb的配置】