Skip to content

Instantly share code, notes, and snippets.

@vickonrails
Created February 3, 2018 06:14
Show Gist options
  • Select an option

  • Save vickonrails/9d684f458bbefc6d3934a3db0a105719 to your computer and use it in GitHub Desktop.

Select an option

Save vickonrails/9d684f458bbefc6d3934a3db0a105719 to your computer and use it in GitHub Desktop.
const express = require('express'),
hbs = require('express-handlebars').create({defaultLayout:'main.hbs'}),
app = express();
app.engine('hbs', hbs.engine);
app.set('view engine','hbs');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment