Live reloading with webpack-dev-server

Simply run this in a separate terminal tab:

bin/webpack-dev-server

Now whichever browser you're viewing the rails app in, after the first change refresh, future refreshes should happen automatically.

Last updated