Jul 29, 2017 · 1 min read
Hi Christian Sepulveda and B Farmilo,
Thanks for this great article and for the comment for Windows users.
”electron-dev”: set “ELECTRON_START_URL=http://localhost:3000 && electron .”It’s a minor issue: the double quotes used on the block above are not straight double quotes but curly quotes. This will return an error if somebody (as lazy as me) copies and pastes straight away :)
Here the code with straight quotes:
"electron-dev": set "ELECTRON_START_URL=http://localhost:3000 && electron ."Thanks!
