Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/unllamas/desafio-cotizador
- Owner: unllamas
- Created: 2020-11-29T20:22:23.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-29T20:27:38.000Z (about 4 years ago)
- Last Synced: 2024-11-24T20:55:19.225Z (about 1 month ago)
- Language: JavaScript
- Size: 200 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.