This is a very simple but effective example of how to set up a basic website to share your résumé. From this example you can see how node.js, css, and html all interact to create a website.

To run the node server, install node.js, then run

$ npm install connect serve-static
$ node server.js