filmov
tv
NodeJS Essentials 27: Using Static Content

Показать описание
In this tutorial, we'll look at how to use static files in an ExpressJS project.
In previous lessons we've looked at how to create Express JS templates and routes but you might also want to include stylesheets and external JavaScript files.
In this video, we'll look at how you can access the public folder in ExpressJS and server your own JS, CSS and images using the static feature of Express.
This also seems like a good time to introduce EJS partials which is a way to include other EJS files in your views. This allows you to create headers and footer for each of your views without having to copy and paste. Channel Handle @codebubb
In previous lessons we've looked at how to create Express JS templates and routes but you might also want to include stylesheets and external JavaScript files.
In this video, we'll look at how you can access the public folder in ExpressJS and server your own JS, CSS and images using the static feature of Express.
This also seems like a good time to introduce EJS partials which is a way to include other EJS files in your views. This allows you to create headers and footer for each of your views without having to copy and paste. Channel Handle @codebubb