Set up handlebars

PHOTO EMBED

Fri Jun 03 2022 23:00:59 GMT+0000 (Coordinated Universal Time)

Saved by @zaccamp #javascript

const exphbs = require('express-handlebars');
const hbs = exphbs.create({});

app.engine('handlebars', hbs.engine);
app.set('view engine', 'handlebars');
content_copyCOPY

https://courses.bootcampspot.com/courses/972/pages/14-dot-1-4-set-up-the-template-engine?module_item_id