Sorry I'm new to node so perhaps I did something wrong. I followed the directions here: https://blog.surjithctly.in/neat-stack-create-a-static-website-with-netlify-cms-eleventy-alpinejs-and-tailwindcss
When I run npm run start and go to http://localhost:8080 to see the served site I'm getting "Cannot GET /" on the page with the following error in the console:

When I look in the HTML source I see it is blocking this bit of code:

I'm a bit confused as to where to look to fix the issue. Thanks for the help!
Sorry I'm new to node so perhaps I did something wrong. I followed the directions here: https://blog.surjithctly.in/neat-stack-create-a-static-website-with-netlify-cms-eleventy-alpinejs-and-tailwindcss
When I run
npm run startand go to http://localhost:8080 to see the served site I'm getting "Cannot GET /" on the page with the following error in the console:When I look in the HTML source I see it is blocking this bit of code:
I'm a bit confused as to where to look to fix the issue. Thanks for the help!