Hey!! So I just started a job with a REALLY junior team.
And literally every time I want to see the smallest little change I make I have to run yarn build:local ... and build the whole thing EVERYTIME.
When I develop alone I use create-react-app and just run npm run serve and I just see all my changes live..
Is there anything I can add or change for myself or suggest to my team so we don't have todo this? It seems kinda crazy...