osmnlhn / e-2buy

https://e-2buy.vercel.app
0 stars 0 forks source link

T2: Home Page #2

Open osmnlhn opened 2 weeks ago

osmnlhn commented 2 weeks ago

Tailwind is Mobile First in default. If you want to convert to Desktop first, you may follow this documentation: Tailwind switch breakpoints min to max responsive solution: NOT RECOMMENDED

Follow Mobile First approach

Your folder tree should be like

src/
   components/
       ProductCard.js
   layout/
       Header.js
       PageContent.js
       Footer.js
   pages/
       HomePage.js
       ...