Eu só peguei o arquivo winrar do github, extrai para uma pasta, dei npm install e quando dei npm start deu esse erro abaixo. E percebi tbm quando fui criar um electrode, não tinha nenhum gulp, tinha só um tal de xclap
Microsoft Windows [versão 10.0.16299.371]
(c) 2017 Microsoft Corporation. Todos os direitos reservados.
C:\Users\lucas_gomes\Documents\Cursos\Curso - React\React Parte 2\Codigo\projeto-instalura-ssr>npm start
> instalura-ssr@0.0.1 start C:\Users\lucas_gomes\Documents\Cursos\Curso - React\React Parte 2\Codigo\projeto-instalura-ssr
> if test "$NODE_ENV" = "production"; then npm run prod; else gulp dev; fi
"$NODE_ENV" foi inesperado neste momento.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! instalura-ssr@0.0.1 start: `if test "$NODE_ENV" = "production"; then npm run prod; else gulp dev; fi`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the instalura-ssr@0.0.1 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\lucas_gomes\AppData\Roaming\npm-cache\_logs\2018-04-26T13_39_33_741Z-debug.log