setup ejs template in express JS application
When we setup express JS application it comes by default with JADE template engine which is littlebit complex to use jade templates. we can configure other template engines in our express JS application. Following steps we need to follow:
we need to ...
ashishkumar.hashnode.dev4 min read