We use cookies to make HubSpot's community a better place. Cookies help to provide a more personalized experience and relevant advertising for you, and web analytics for us. To learn more, and to see a full list of cookies we use, check out our Cookie Policy (baked goods not included).
Dec 3, 2021 6:55 AM
Hi, what's wrong with my code :
Dec 6, 2021 4:19 AM
Hi @boartsy ,
There is nothing wrong with you code.
You are serving a webserver with express on port 5000.
I copied your code, did npm install ejs and created a index.ejs file in html/pages/ and started the webserver.
After that my index.ejs was served on localhost:5000.
Regards Ronald