Hot reload on code changes

How can I enable hot reload in development;
for now when I do changes in the code I need to run yarn build and then yarn start to make changes appear.

thanks in advance

run grunt on the root of the codebase. You will always have to hit refresh when updating client side code.

Hi,
I was facing this problem and I found a solution (for some files not all because some of them need to be rebuilt) :

yarn webpackwatch

Best

Thanks for your helpful replies guys :boom: