Skip to content

⭐ React Start App folder and files

node_modules

Contains all the Node.js modules that were downloaded and installed when you used the npm install command. Most likely won't need to modify it.

public

Contains static assets that don't need to be compiled in the browser.

src

This where you build you app. It contains your app source code.

.gitignore