To start things off, I've successfully git cloned and ran this repo on my machine (https://github.com/creativetimofficial/light-bootstrap-dashboard-react).
At first it didn't work because I didn't run npm install --save-dev node-sass-chokidar
but again, I can run it successfully on my machine after doing so.
When I run npm start
, the dashboard and contents appear just fine but upon making any changes to it, like changing some text, it doesn't reflect on the browser at all. It doesn't even auto-reload which's what it's supposed to do. Even if I manually press cmd + r
and/or cmd + shift + r
, nothing changes.
What could possibly be wrong and how can I rectify this?