codyhouse/codyhouse-framework

Gulp watch localhost:3000 does not work

rene-haefliger opened this issue · 2 comments

I use Codyframe with Craft CMS on Nitro 2 based on Docker. Gulp watch calls localhost:3000 but I get a 404. Any idea why? Thanks

Hi there,
the gulp file opens the default index.html file. Is this file missing in your project?

Cheers!

I may have found the cause. Nitro 2 does not allow access via port 3000 at the moment, but that should be possible in the next version. I test it then.