Use this gist to get started with a dead simple, nodejs static web server.
To get started, install the required node modules:
npm install
Then issue the following command to run the server:
npm start
Navigate to http://localhost:8080/ and files from the public folder will start being served.