PROJECT STRUCTURE
Medically has React project:
Medically/
|——template
| |——docs/
| | |——sass/
| | |——general
| | |——js
| |——app/
| | |——components/ --all basic component here
| | | |—— 404/
| | | |—— about/
| | | |—— about2/
| | | |—— aboutS3/
| | | |—— AppointmentSection/
| | | |—— BlogDetails/
| | | |—— BlogList/
| | | |—— BlogSection/
| | | |—— BlogSidebar/
| | | |—— CheckoutSection/
| | | |—— CheckWrap/
| | | |—— ContactForm/
| | | |—— Contactpage/
| | | |—— CtafromSection/
| | | |—— CtaSection/
| | | |—— CtaSectionS2/
| | | |—— FaqSection/
| | | |—— footer/
| | | |—— FunFact/
| | | |—— FunFactS2/
| | | |—— header/
| | | |—— hero/
| | | |—— hero2/
| | | |—— hero3/
| | | |—— MobileMenu/
| | | |—— ModalVideo/
| | | |—— Navbar/
| | | |—— OrderRecivedSec/
| | | |—— pagetitle/
| | | |—— ProcessSection/
| | | |—— ProjectSection/
| | | |—— ProjectSectionS2/
| | | |—— scrollbar/
| | | |—— SectionTitle/
| | | |—— ServiceSection/
| | | |—— ServiceSection2/
| | | |—— ShopProduct/
| | | |—— TeamSection/
| | | |—— Testimonial/
| | |-main-component/
| | | |——__router/ --all route file
| | | |——App/ --main app js
| | | |——AboutPage/ --AboutPage
| | | |——BlogDetails/ --BlogDetails
| | | |——BlogDetailsFull/ --BlogDetailsFull
| | | |——BlogDetailsLeftSiide/ --BlogDetailsLeftSiide
| | | |——BlogPage/ --BlogPage
| | | |——BlogPageFullwidth/ --BlogPageFullwidth
| | | |——BlogPageLeft/ --BlogPageLeft
| | | |——CartPage/ --CartPage
| | | |——CheckoutPage/ --CauseSinglePage
| | | |——ContactPage/ --CheckoutPage
| | | |——ErrorPage/ --ErrorPage
| | | |——HomePage/ --Home Page
| | | |——HomePage2/ --Home Page2
| | | |——HomePage3/ --Home Page3
| | | |——OrderRecived/ --OrderRecived
| | | |——ProductSinglePage/ --ProductSinglePage
| | | |——ProjectPage/ --ProjectPage
| | | |——ProjectSingle/ --ProjectSingle
| | | |——ServicePage/ --ServicePage
| | | |——ServiceSinglePage/ --ServiceSinglePage
| | | |——ShopPage/ --ShopPage
| | | |——TeamPage/ --TeamPage
| | | |——TeamSinglePage/ --TeamSinglePage
| | |——images/ --all static images
| | |——tests/ --test file
| | |——utils/ --all statick data and common js
| | |——app.js
| | |——styles.js
| | |——index.html
| | |——.env
| |——package.json
| |——package-lock.json