DEV Community

[Comment from a deleted post]
Collapse
 
amaanahmad profile image
Amaan Ahmad

hey @erdn0 , most files are which count into the build (that is final production) are supposed to be inside the "src" folder, you can delete the files that you don't need like:

  • App.css (if you are planning to take another way for styling)
  • App.js content can be updated as per your need.

But in the end, I would say that it doesn't matter much as a beginner to bother about which files you wanna delete, instead try to understand how ReactJS works under the hood so that you can make an "informed decision".

Good luck!

Collapse
 
erdn0 profile image
erdn0

thank you!