Search
🤖

깃허브 레포지토리 파기 & 폴더 구조 잡기

PRmerge
기간
2022/12/01 → 2022/12/03
담당자
상태
Done🏠
페이지
전체
|____my-app | |____README.md | |____public | | |____favicon.ico | | |____index.html | | |____logo512.png | | |____manifest.json | | |____robots.txt | | |____logo192.png | |____.gitignore | |____package-lock.json | |____package.json | |____src | | |____reportWebVitals.js | | |____App.css | | |____index.js | | |____index.css | | |____components | | | |____OptionModal.jsx | | | |____TabBar.jsx | | | |____PostCard.jsx | | | |____Navbar.jsx | | |____App.test.js | | |____setupTests.js | | |____pages | | | |____splash | | | | |____Splash.jsx | | | |____Chat | | | | |____ChattingRoom.jsx | | | | |____ChatList.jsx | | | |____feed | | | | |____UploadProduct.jsx | | | | |____UploadPost.jsx | | | | |____PostDetail.jsx | | | | |____HomeFeed.jsx | | | |____account | | | | |____EditProfile.jsx | | | | |____Login.jsx | | | | |____Register.jsx | | | |____error | | | | |____Error.jsx | | |____logo.svg | | |____routes | | | |____Router.jsx | | |____App.js |____README.md |____.github | |____workflows | | |____create-issue-branch.yml | |____issue-branch.yml | |____ISSUE_TEMPLATE | | |____이슈-생성-템플릿.md
Plain Text
복사