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

https://github.com/agust613/itba_full_stack_front

Proyecto ITBA Full Stack NextJS - Homebanking
https://github.com/agust613/itba_full_stack_front

backend-service css-modules fetch-api homebanking nextjs reactjs tailwindcss vercel-deployment

Last synced: 11 months ago
JSON representation

Proyecto ITBA Full Stack NextJS - Homebanking

Awesome Lists containing this project

README

          

# 🔷 Frontend Homebanking NextJS 🔷

- [Backend del proyecto hecho con Django](https://github.com/AgusT613/itba_full_stack_back) 🏹
- [Configuración del proyecto](#🔸-instalación-del-proyecto) ⏬
- [Credenciales para testear la aplicación](#🔸-credenciales) ⏬

## 🔸 Instalación del proyecto

- Clonar el repositorio y acceder a la carpeta.

```bash
git clone https://github.com/AgusT613/itba_full_stack_front.git

cd itba_full_stack_front
```

- Una vez hecho, ejecutar la instalacion de dependencias.

```bash
npm install
```

- Por último, arrancar el servidor de desarrollo:

```bash
npm run dev
```