I have cloned the code locally and app.js is showing hello world in terminal but how can i share the code with FreeCodeCamp. If i am doing localhost it doesn’t show anything as we are only showing in console not on the page and i am unable to solve this challenge.
there was only two top lines express require one and other app where you creating instance of express. I added the other code to display hello world to display in console and also i added the localhost 5000.If I should not be doing this then how i should solve this challenge?
I got the issue. I wasn’t supposed to create a localhost ,it was already running from freeCodeCamp. As soon as I deleted my localhost code and app.get(…) code ,i passed the challenge.