banderson / generator-redux

CLI tools for Redux: next-gen functional Flux/React with devtools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve production setup, build and doc

euphocat opened this issue · comments

With the current configurate, we can build a bundle for production. But the server.js is not configured to use the compiled bundle.

Plus it would be good to have a "public" folder to output our compiled code (prod or dev).

And cherry on the cake, it would be great to have better doc on how to go in prod mode.