Last active
January 3, 2021 11:35
-
-
Save kvutien/3b1aaa033fa1a54fe952599785554fe5 to your computer and use it in GitHub Desktop.
folder structure created by create-react-app
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kvutien@MBP18VTK-2 myfrontend % tree | |
. | |
├── README.md | |
├── node_modules | |
... | |
├── package-lock.json | |
├── package.json | |
├── public | |
│ ├── favicon.ico | |
│ ├── index.html | |
│ ├── logo192.png | |
│ ├── logo512.png | |
│ ├── manifest.json | |
│ └── robots.txt | |
└── src | |
├── App.css | |
├── App.js | |
├── App.test.js | |
├── index.css | |
├── index.js | |
├── logo.svg | |
├── reportWebVitals.js | |
└── setupTests.js | |
5297 directories, 35735 files |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment