# Page not refreshing after changing index.js

**URL:** https://forum.codewithmosh.com/t/page-not-refreshing-after-changing-index-js/3958
**Category:** Redux
**Created:** [April 8, 2021, 6:28am UTC](https://forum.codewithmosh.com/t/page-not-refreshing-after-changing-index-js/3958 "2021-04-08T06:28:41Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![igor](https://avatars.discourse-cdn.com/v4/letter/i/dec6dc/32.png) [@igor](https://forum.codewithmosh.com/u/igor)
#### Post date: [April 8, 2021, 6:28am UTC](https://forum.codewithmosh.com/t/page-not-refreshing-after-changing-index-js/3958/1 "2021-04-08T06:28:41Z")

</div>

After I updated the index.js the ‘Hello world’ page in my browser doesn` t change.  
The ‘npm start’ is still running.  
What I have to do to make my changes in index.js running ?  
Thanks!  
Igor

---

<div class="post-metadata">

### Author: ![igor](https://avatars.discourse-cdn.com/v4/letter/i/dec6dc/32.png) [@igor](https://forum.codewithmosh.com/u/igor)
#### Post date: [April 8, 2021, 9:03pm UTC](https://forum.codewithmosh.com/t/page-not-refreshing-after-changing-index-js/3958/2 "2021-04-08T21:03:49Z")

</div>

well, save the ‘index.js’ then ‘npm i’ and then ‘npm start’  
After each saving the ‘index.js’ the console on the page gets the results
