Chapter 2 - Node.js 建立開發環境

你可以到 nodejs的官方網站下載並安裝nodejs開發環境

請依照電腦的規格下載相對應的安裝檔

安裝完成之後,要如何測試是否安裝成功呢?我們在這邊寫一個簡單的程式來印出hello world字樣。

  • 首先開啟常用的文字編輯器,於IDE中輸入以下程式碼,輸入完成後存檔為 hello_world.js
console.log('hello world');
  • 執行 hello_world.js
node hello_world
  • 輸出結果如下

results matching ""

    No results matching ""