1 Create a public directory
So far, none of our files (app.js
or blog.handlebars
) have been directly accessible.
There are some types of files that we want to expose publicly like images (.jpg
.png
…) or stylesheets .css
.
Let’s create a /public
folder next to /views
, in which we will add 3 files: