how to connect frontend files to backend server?
I’m new to learning web development and I have made a small project (the frontend) using html, css, and javaScript. Now I’m trying to create a server for the backend of the project using node.js and express. I have seen a tutorial were they used ejs. What does it do exactly and how would it work with my project?
I want to be able to connect all of my html files.