I\'m trying to learn react, so I have this sample code for the full-stack react voting app, and I am trying to get it to work but after running npm install followed by npm s
My solution:
I was missing config.env properties because I was developing on a new machine, and of course I keep my config files out of my repo.
config.env
If you are using a different machine than usual, make sure that you include any config files that are not present in the repo that gets cloned.