My project cyan-clam is in a “broken” state and I don’t know how to fix it. Logs seem to indicate it’s trying to build but stuck. Advice?
Hi Andrew,
Looks like you need to explicitly start your Express App, otherwise it isn’t listening for incoming requests. Check out lines 36-39 in server.js of our welcome project… adding those should be sufficient to get up and running
Thanks, that was silly of me!