Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafaelalmendra/getnet-register-clone
Project aimed at cloning the GetNet registration website
https://github.com/rafaelalmendra/getnet-register-clone
angular angular-material angular17 jasmine tailwindcss typescript
Last synced: 5 days ago
JSON representation
Project aimed at cloning the GetNet registration website
- Host: GitHub
- URL: https://github.com/rafaelalmendra/getnet-register-clone
- Owner: Rafaelalmendra
- Created: 2024-05-04T19:26:21.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-06T00:36:02.000Z (6 months ago)
- Last Synced: 2024-10-16T13:03:35.672Z (20 days ago)
- Topics: angular, angular-material, angular17, jasmine, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://getnet-register-clone.vercel.app
- Size: 3.17 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cadastro Getnet - Clone
![Smart Fit](./src/assets/images/logo-red.png)
Utilizei o Framework Angular para desenvolver a aplicação.
## 📖 Sobre o projeto
A GetNet oferece aos clientes uma gama completa de soluções físicas e digitais para seus negócios, desde soluções de pagamento até gestão de negócios, no balcão e na internet, do pequeno ao grande.
## ⚙️ Como Executar
Para executar a aplicação localmente, siga os passos abaixo:
1. Clone este repositório:
```bash
git clone https://github.com/Rafaelalmendra/getnet-register-clone
cd getnet-register-clone```
2. Instale as dependências
```bash
npm install
```3. Inicie a aplicação
```bash
npm start
```