Skip to content

Latest commit

 

History

History
48 lines (39 loc) · 1.05 KB

README.md

File metadata and controls

48 lines (39 loc) · 1.05 KB

ANTONIOFLIX

ANTONIOFLIX | Imersão React da Alura

The web project was developed in the week of immersion react - Alura (github) based on Netflix.

📌 Index


💻 Technologies

  • Front end
    • ReactJS
    • React-router-dom
    • React-slick (to make sliders)
    • Styled-components
    • React-flash-message
  • Back end
    • Json server
  • Tool for find and fix problems in your javascript code
    • ESLint
  • Task automation with npm
    • Concurrently

🚀 How to run

Cloning the repository

  # Cloning repository
  git clone https://github.com/antoniosergiojr/antonioflix.git

Running web project

  # Accessing web project
  cd antonioflix
  
  # Install dependencies
  npm i
  
  # Running web project
  npm run dev