OCR-Form-Tools icon indicating copy to clipboard operation
OCR-Form-Tools copied to clipboard

Changes not reflected after Yarn Build , Yarn Start

Open Markyboy944 opened this issue 5 years ago • 2 comments

(Firstly - this is more of an advice request)

Hi there, I have cloned this repo to my local machine, and did Yarn Build Yarn Start .. worked fine, app ran on browser at :3000

I then changed some source code (various wordings on the UI .. just to ensure I could see changes)

did Yarn Build Yarn Start

... however - changes were not reflected. The app was still showing original UI.

Apologies, fairly new to this.

Any help greatly received.

Markyboy944 avatar Oct 02 '20 16:10 Markyboy944

Make sure that saved the files you changed. To see the changes you don't have to rebuild and restart every time, you should see it after you've saved your changes in file.

alex-krasn avatar Oct 02 '20 16:10 alex-krasn

Thanks. I have definitely saved the changes using visual studio. (No white dot on the relevnt tab at the top), however, I'm wondering whether this is me not understanding git properly?

I did a "git clone", but it seems my source is still connected to the main (master) git repository as well. As it is talking about changes not committed on master [See first image] (I dont want to commit on master, because I just want to have my own copy to "play" with at this stage).

[second image shows that there is a master on the left and my file on the right in the Visual Studio editing are]

Any help much appreciated.

Snag_4987de2

Snag_49b2a64

Markyboy944 avatar Oct 03 '20 06:10 Markyboy944