generator-redux
generator-redux copied to clipboard
Doesn't start on windows
The start command has to be like this "start": "set DEBUG=true | node server.js", to work on windows.
I had an issue with a missing module ('webpack-sources', did an install --save-dev and resolved the issue) but just npm start is all I needed to get it running once dependencies were met.
@hackhat I added this in v0.4.1 if you want to see if it fixes the issues. I took your word on that command being correct :grimacing: