Here's what I answered on discord:
amalToday at 1:20 PM
How to see the changes in flarum frontend with respect to corresponding code change. I change the code in flarum/vendor/flarum/core/js/forum/src/components/DiscussionList.js
Is there any script to recompile the code..
luceosToday at 1:33 PM
@amal there is a Gulpfile.js inside vendor/flarum/core/js/forum
please note that these changes are going to be wiped whenever you update flarum
as a rule of thumb, never ever change anything in vendor, the directory is meant to be replaced without thought
the better way to modify Flarum is to create an extension