Added new command called watch . This command will help with development by automatically reflecting the changes made in the React project, making it faster to see the updates."
Test plan
Run yarn watch make some change in the react project this change should automatically appear in localhost:1001 page
Related to #
Description
Added new command called
watch
. This command will help with development by automatically reflecting the changes made in the React project, making it faster to see the updates."Test plan
Run
yarn watch
make some change in thereact
project this change should automatically appear inlocalhost:1001
page