I have not used Node.js for a long time and never used express. When I started my application, it just returned :
Error: Cannot find module \'html\' at Fun
Simple way is to use the EJS template engine for serving .html files. Put this line right next to your view engine setup:
app.engine('html', require('ejs').renderFile);