rocjs / roc

🐦 Modern JavaScript Development Ecosystem
MIT License
425 stars 23 forks source link

How to configure for non-ssr? webpack-dev-server? #185

Closed pkrogel-kws closed 7 years ago

pkrogel-kws commented 7 years ago

All of our React applications are used internally and have no real need for server side rendering--we'd like to be able to avoid jumping through those hoops all together. Can I get some direction on how to go about setting up webpack-dev-server with Roc, or at the very least, disabling SSR in roc-package-web-app-react to mimic the behavior of webpack-dev-server? I have no experience with Koa so I'm a bit over my head.

I'd imagine adding this as an example or documentation might help others without a need for SSR get started with Roc. Thanks!

pkrogel-kws commented 7 years ago

realized I put this under the base Roc project instead of the React sub project. Closing and reopening in the correct area.