Skip to content

chagasleandro/Disney-Plus-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Disney+ Clone

About   |   Technologies   |   Requirements   |   Starting   |   Author  |   Projeto


PRs welcome! License

🎯 About

Com este mini-projeto você poderá praticar os seus conhecimentos de Reactjs com HTML, CSS e Javascript recriando a página inicial da plataforma de stream Disney+ .

Para iniciar, faça o fork deste repositório para a sua conta e, da sua conta no Github, clone os arquivos para a sua máquina local.



🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git and Node installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/chagasleandro/Disney-Plus-Clone.git
# Access
$ cd Disney-Plus-Clone
# Install dependencies
$ yarn or npm 
# Run the project
$ yarn start or npm start 
# The server will initialize in the <http://localhost:3000>
</br>..