Created
February 3, 2018 06:14
-
-
Save vickonrails/9d684f458bbefc6d3934a3db0a105719 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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