/netflix

Primary LanguageJavaScript

NETFLIX

Visualización del proyecto

https://uvgenios.online/21581/netflix

image

Tecnologías

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

Usar el proyecto

  1. Clonar el repositorio
git clone git@github.com:TheKiesling/netflix.git
  1. Dirigirse al directorio del proyecto
cd netflix
  1. Instalar yarn
yarn
  1. Instalar las dependencias
yarn install

Scripts

  • Ejecutar el proyecto
yarn dev
  • Evaluar Linting
yarn lint