prueba_CGI/README.md

21 lines
616 B
Markdown

# 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](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](http://localhost:8080/test) con el servidor en marcha.