naviapps / create-nw-react-app

Create NW.js React apps with no build configuration.
MIT License
143 stars 14 forks source link

Live Reload + DevTools #12

Closed dhyegocalota closed 6 years ago

dhyegocalota commented 6 years ago

Hi, you've done something pretty pretty amazing. Thank you so much!!

I have just a simple issue... I couldn't get Live Reload working... checkout it out: demo

...

How can I get DevTools working? Is there any example?

naviapis commented 6 years ago

Fixed live reload.

Please update nw-react-scripts library,

yarn upgrade  nw-react-scripts@1.0.9

Is DevTools that of nw.js? You can open it from the right-click menu in the opened window or open it from the menu bar window.

Thanks for the report.

dhyegocalota commented 6 years ago

@naviapis you are amazing. You've answered and solved it so much fast... thank you