Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/unllamas/desafio-cotizador

Prueba técnica realizada en React con NextJS y AntDesign
https://github.com/unllamas/desafio-cotizador

Last synced: 20 days ago
JSON representation

Prueba técnica realizada en React con NextJS y AntDesign

Awesome Lists containing this project

README

        

Este es un proyecto con [Next.js](https://nextjs.org/) y [`Ant.Design`](https://ant.design/).

## Cómo empezar

Cargamos las dependencias

```bash
yarn
```

Luego corremos el servidor

```bash
yarn dev
```

Ingresamos [http://localhost:3000](http://localhost:3000) en su navegador para visualizar los resultados.