JuanPabloDiaz / colombia

https://colombia.jpdiaz.dev
MIT License
3 stars 0 forks source link

MVP_1 >> Definir la estructura del repositorio (tener un referente claro) (branch: N/A ' ) #1

Closed JuanPabloDiaz closed 4 months ago

JuanPabloDiaz commented 4 months ago

The idea of this graph is to show how you can structure files by using folders

├── node_modules (.gitignore)
├── public
│   ├── favicon.ico
│   ├── index.html
│   └── manifest.json
├── src
│   ├── assets
│   │   │   ├── images
│   │   │   └── logo.svg
│   ├── components
│   │   ├── Hero.jsx
│   │   ├── Services.jsx
│   │   ├── Services-info.jsx
│   │   ├── About.jsx
│   │   ├── Testimonials.jsx
│   │   ├── Projects.jsx
│   │   ├── Team.jsx
│   │   ├── Company.jsx
│   │   └── Footer.jsx
│   ├── index.css
│   ├── index.js
│   └── App.jsx
├── .gitignore
├── package-lock.json
├── package.json
├── tailwind.config.js
└── README.md