I'm very interested in this Craft CMS starter kit, but I'm having trouble understanding how to make it work.
I get everything up an running from npm start and it looks like it's listening to localhost:3333 (when on the improved branch).
If I open localhost:3333 in my browser I get Error occured while trying to proxy to: localhost:3333/.
Terminal says this: [HPM] Proxy error: ECONNREFUSED. localhost:3333 -> "craft.dev/"
I've tried a couple of things, like having MAMP running or not, adding craft.dev as a host to MAMP, but nothing seems to work. Could you give me some hints on how to set up properly?
I'm very interested in this Craft CMS starter kit, but I'm having trouble understanding how to make it work.
I get everything up an running from
npm startand it looks like it's listening to localhost:3333 (when on the improved branch).If I open
localhost:3333in my browser I getError occured while trying to proxy to: localhost:3333/.Terminal says this:
[HPM] Proxy error: ECONNREFUSED. localhost:3333 -> "craft.dev/"I've tried a couple of things, like having MAMP running or not, adding craft.dev as a host to MAMP, but nothing seems to work. Could you give me some hints on how to set up properly?