greenlight icon indicating copy to clipboard operation
greenlight copied to clipboard

Development mode

Open beamsz opened this issue 1 year ago • 1 comments

I want to change a little bit the react code from greenlight. So i installed rails and postgress on my local machine and build the repos with rails s. Everythinr works fine. But if i change some react code in app/javascript directory nothing happens i have to build the project again or recompile the assets. How can i change the project in a development mode without recompile the assets? I know it is build with esbuild and rails asset pipeline.

What should i do to hae a real dev-mode?

beamsz avatar Oct 16 '24 17:10 beamsz

Found a solution. Only have to start the app per bin/dev/. Thanks.

beamsz avatar Oct 22 '24 16:10 beamsz