What’s happening:
At first I gave the link to a Gist with only a package.json. It told me I needed a live app link, so I made a basic app where I’m just changing the color of a paragraph element when a button is clicked and tried to submit that, but that also didn’t work.
What am I missing here? Do I need an actual backend app?
you can fork it, and code startint from that. I suggest repl.it, you can then submit the live app link generated above the preview when you run the code
I’m just asking if I need to write any code in the repl after forking from that boilerplate (I already forked it and have imported from the repo into repl as well), to pass the challenge.
I tried to submit Repl.it - boilerplate-npm-3, but this wasn’t accepted either. I still get a message saying, “package.json should have a valid ‘author’ key (Test timed out)”. I also tried to do it without the #package.json part earlier but that didn’t work either. What do I do now?