I downloaded node, code editor - Visual Studio Code, I can’t find it at all, I’ve directly opened the node_moduls folder, but still there are no necessary files, index.js, CSS, HTML, etc. As far as I know, they are in src, and where is this src? t_t

enter image description here

  • Can't find a src reactor or application written in the reactor? - Dmitry Kozlov

1 answer 1

You have opened the root folder npm, judging by the screenshot, and not the project folder on React.

  • And where can I find the folder of this project? Did I point the way somewhere already? - Anastasia
  • You started a local server from somewhere. In the same folder should be a project. - ya.ymer