An open API service indexing awesome lists of open source software.

https://github.com/rikcav/lcm-creditos


https://github.com/rikcav/lcm-creditos

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# LCM Créditos

Frontend institucional para a empresa **LCM Créditos**, especializada em
soluções financeiras como empréstimos consignados, antecipação do FGTS, crédito
para Bolsa Família, entre outros.

## 🔧 Tecnologias Utilizadas
- [React](https://reactjs.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [Vite](https://vitejs.dev/) para bundling

## 📁 Estrutura de Pastas
```
lcm-creditos/
├── public/
│ └── index.html
├── src/
│ ├── assets/
│ ├── components/
│ │ ├── Header.tsx / Header.css
│ │ ├── Hero.tsx / Hero.css
│ │ ├── ServiceCard.tsx / ServiceCard.css
│ │ ├── ServiceGrid.tsx / ServiceGrid.css
│ │ └── Footer.tsx / Footer.css
│ ├── pages/
│ │ └── Home.tsx
│ ├── styles/
│ │ └── globals.css
│ ├── App.tsx
│ └── main.tsx
└── README.md
```

## 🚀 Como Rodar Localmente

1. Clone este repositório:
```bash
git clone https://github.com/seuusuario/lcm-creditos.git
```

2. Acesse a pasta do projeto:
```bash
cd lcm-creditos
```

3. Instale as dependências:
```bash
npm install
```

4. Inicie o servidor local:
```bash
npm run dev
```