Skip to content

Commit 2341dbe

Browse files
authored
Update folder-structure.md
1 parent 10c84bb commit 2341dbe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/react/getting-started/folder-structure.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: Folder Structure
44
sidebar_position: 2
55
tags: [react, create-react-app, folder-structure, project-structure, file-structure]
66
description: "Learn how to organize your files and folders in a new React project. This structure will help you keep things tidy and make it easier to build and maintain your site."
7+
hide_table_of_contents: true
78
---
89

910
When you create a new project for your website, it's important to organize your files in a specific way. This structure will help you keep things tidy and make it easier to build and maintain your site.
@@ -71,4 +72,4 @@ As a beginner, it's recommended to put your JavaScript and CSS files inside the
7172

7273
Feel free to create additional folders at the top level for organizing your project, like "images" or "docs". However, keep in mind that files in these folders won't be included in the final version of your website when you're ready to publish it.
7374

74-
If you're using Git version control system and your project is not part of a larger repository, a new repository will be initialized, creating a `.git` folder. This helps you track changes to your code and collaborate with others if needed. You can ignore this folder for now if you're not familiar with Git.
75+
If you're using Git version control system and your project is not part of a larger repository, a new repository will be initialized, creating a `.git` folder. This helps you track changes to your code and collaborate with others if needed. You can ignore this folder for now if you're not familiar with Git.

0 commit comments

Comments
 (0)