Hi - I’m trying to get a React project up and running but struggling to understand how I can view page templates in a local dev env. I’ve followed this guide:
All worked fine(ish) but couple of questions:
1. When I view the page.hubl.html on the local dev server it just gives me the raw html, rather than a rendered version. Is this right? Note I am doing this via github codespaces
2. I’ve tried setting up my own project to create a cleaner structure for what I need but when I add hubl.html files to the /templates directory they do not appear when I run the local dev server, this is my project structure, my components seem to display ok
github-repo/
└── js-package
└── theme/
├── assets/
├── components/
├── styles/
├── templates/
├── cms-assets.json
└── package.json
Thanks!
Jon