Skip to content

Instantly share code, notes, and snippets.

@kvutien
Last active January 3, 2021 11:35
Show Gist options
  • Save kvutien/3b1aaa033fa1a54fe952599785554fe5 to your computer and use it in GitHub Desktop.
Save kvutien/3b1aaa033fa1a54fe952599785554fe5 to your computer and use it in GitHub Desktop.
folder structure created by create-react-app
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