Youtube web interface project consuming youtube search api with react and axios. based on this excellent course Modern React with Redux - Stephen Grider .
First of all, please clone this repository by doing this on your terminal:
Em primeiro lugar, por favor clone este repositório, fazendo isso em seu terminal:
git clone https://github.com/rafaelassumpcao/react_yt_similar.git
and then jump into your folder's repository doing:
E Depois acesse o repositorio da sua pasta fazendo:
cd react_yt_similar/
now to install all dependencies from package.json you just need type:
Agora para instalar todas as dependências do package.json, você só precisa digitar:
npm install
or as an shortcut
ou como um atalho.
npm i
now that all has been settled up, and no errors has been found ...
Agora que tudo foi resolvido e nenhum erro foi encontrado ...
you just need to run the project running the following command:
Você só precisa rodar o projeto executando o seguinte comando:
npm run project
If everything went well, you are expected to have a server running on port 8080 on your locahost
(Se tudo correu bem, espera-se que um servidor funcione na porta 8080 no seu localhost)
...