I have a basic nodes project running on my Mac using Express and EJS for views.
app.get(\'/\', function(req, res) { res.render(\'index.ejs\'); });