Tag: basic express app using ejs for template
We are creating a sample to-do list app using Node and Express JS. The templating for the app is done using Embedded Javascript (EJS)....
Read more »
EJS refers to Embedded Javascript. It is basically used for templating the javascript app. In this post, we gonna check out the basic express...
Read more »