expo-template-scala icon indicating copy to clipboard operation
expo-template-scala copied to clipboard

Livereload option

Open pblanco-dekalabs opened this issue 3 years ago • 1 comments

I am able to run the project successfully (After upgrading Expo), but I was wondering if there's a solution for live-reloading, instead of having to run sbt fastOptJS each time I want to see the changes reflected.

For now, I may use some kind of listener on the src folder to trigger the command, I guess. (Although I've never done it before).

pblanco-dekalabs avatar Jul 01 '21 10:07 pblanco-dekalabs

@pblanco-dekalabs for the listener approach, you could just use sbt ~fastOptJS. ~ is how you can tell SBT to rebuild on changes. I hope that at least partially helps!

myyk avatar Jul 01 '21 13:07 myyk