
Node.js & Express ep. 8 - External Files & Partials
Channel:
Subscribers:
32,299
Published on ● Video Link: https://www.youtube.com/watch?v=-LYJOn6KzGs
This Episode's Code: https://snippets.cacher.io/snippet/6708206d1425f14075f0
In this episode we make our node application even more dynamic by establishing a public folder for our external files like css, javascript, and image files. Then, we set the view engine of the application to be ejs. Finally, I show you how to work with partials, to make it so that you can edit once piece of your website and have that change reflected on every single page that uses the partial.
Stay Updated!! 👁
Discord: https://discord.gg/4eG5zct
Twitter: https://twitter.com/kodysimp
More Videos coming soon.
Leave a comment for any future video suggestions.
Other Videos By Kody Simpson
Tags:
nodejs
express
expressjs
ejs
public folder in nodejs
partials
ejs partials
view engine
how to set the view engine in express