I'm starting to learn React DOM. I'have installed all components correctly few days ago and my firt app used to work correctly.
Now I have a problem with render from src/app.js to public/scripts/app.js in my app. When I modify src/app.js - there is no rendering to public/scripts/app.js .
My live server is working correctly and is ready for changes, but when I save changes of src/app.js, that doesn't modify the public/scripts/app.js .
I'm on Windows..
Thanx for help.