codyhouse / codyhouse-framework

A lightweight front-end framework for building accessible, bespoke interfaces.
https://codyhouse.co/
MIT License
1.16k stars 173 forks source link

Gulp watch localhost:3000 does not work #84

Closed rene-haefliger closed 3 years ago

rene-haefliger commented 3 years ago

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

claudia-romano commented 3 years ago

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

Cheers!

rene-haefliger commented 3 years ago

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.