Skip to content
lpaulger edited this page Jan 19, 2012 · 1 revision

Steps to run nodejs locally

  1. download nodejs for windows
  2. after installed open cmd.exe and cd to the directory (C:\Program Files (x86)\nodejs)
  3. import files from dotcloudGitHub repo into this nodejs folder
  4. in cmd type node server.js
  5. browse to http://localhost:8080/
Clone this wiki locally