banderson / generator-redux

CLI tools for Redux: next-gen functional Flux/React with devtools
252 stars 36 forks source link

Doesn't start on windows #20

Open hackhat opened 8 years ago

hackhat commented 8 years ago

The start command has to be like this "start": "set DEBUG=true | node server.js", to work on windows.

ablank commented 8 years ago

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.

banderson commented 8 years ago

@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: