Hey guys, I’m trying to create the same project in the src folder for review.
So I created a new folder (src2), files and wrote the same code.
Hmm… But it doesn’t work with the src2 folder. (Ofc I uncommented the code in index.js file in src folder)
For the project in the src2 folder, it is supposed to appear “Hello World” in the browser, but it appears nothing.
So my question is
- Does React only work with the “src” folder??
- How to change the working directory from the “src” folder to the “src2” folder?
I hope you guys can understand my question / poor English…
Thx in advance