https://uvgenios.online/21581/netflix

| Tecnología | Versión | Comando |
|---|---|---|
| Vite | 4.3.2 | yarn create vite |
| Eslint | 8.38.0 | npm init @eslint/config |
| Material-UI (core) | 4.12.4 | yarn add @material-ui/core |
| Material-UI (icons) | 4.11.3 | yarn add @material-ui/icons |
| Prop-Types | 15.8.1 | yarn add prop-types |
| Vite-Plugin-SVGR | 2.4.0 | yarn add vite-plugin-svgr |
| Sass | 1.62.1 | yarn add sass |
| PostCSS | 8.4.23 | yarn add postcss |
| Autoprefixer | 10.1.14 | yarn add autoprefixer |
| CSSnano | 6.0.1 | yarn add cssnano |
| PostCSS Nested | 6.0.1 | yarn add postcss-nested |
- Clonar el repositorio
git clone git@github.com:TheKiesling/netflix.git
- Dirigirse al directorio del proyecto
cd netflix
- Instalar yarn
yarn
- Instalar las dependencias
yarn install
- Ejecutar el proyecto
yarn dev
- Evaluar Linting
yarn lint