Files and folders

Report a typo

Match files and folders in root folder of the React app to their functionality.

Match the items from left and right columns
node_modules
public
src
package.json
package-lock.json
a folder which contains files that are available to browsers
a file which contains the information about the project
a folder which contains the majority of your own code for a project
a folder which contains installed packages
a file which keeps the exact versions of packages for a specific project version
___

Create a free account to access the full topic