Prueba técnica de CGI
Go to file
Alex Piqueras ede0c91457 Move back icon to it's own component 2024-10-14 19:59:29 +02:00
src Move back icon to it's own component 2024-10-14 19:59:29 +02:00
test Fixed store unit tests 2024-10-11 01:33:51 +02:00
README.md Add readme and specification 2024-10-11 16:16:36 +02:00
SPEC.md Add readme and specification 2024-10-11 16:16:36 +02:00
favicon.ico Scaffolding, base structure, base backend 2024-10-10 18:42:23 +02:00
index.html Add modal 2024-10-11 13:29:37 +02:00
serve.sh Scaffolding, base structure, base backend 2024-10-10 18:42:23 +02:00

README.md

Prueba técnica de CGI

Detalles de implementación

Se ha usado 100% VanillaJS, con una estructura similar a React mediante Web Components

Start

Se puede usar cualquier web server para servir el contenido, no hay que compilar ni transpilar.

El script start.sh inicia mediante npx un servidor web simple en el directorio actual.

El contenido será servido en http://localhost:8080 por defecto.

Tests

Se ha creado una test suite básica en VanillaJS

Para ejecutar los tests, entrar en http://localhost:8080/test con el servidor en marcha.