Skip to content

Latest commit

 

History

History
66 lines (43 loc) · 1.82 KB

README.md

File metadata and controls

66 lines (43 loc) · 1.82 KB

GitGub-Consulta

Projeto que tem como objetivo consultar a API do GitHub e obter informações de um usuário.

O projeto pode ser acesso em https://0p57rrv53l.codesandbox.io/. OBS: Caso seja alterado alguma coisa, será necessário realizar um novo Deploy e com isso a url de acesso ira mudar. O comando é codesandbox ./ e será informado a nova url.

A documentação completa se encontra em Create React App.

Dependências

DevDependencies

  • "axios": "^0.16.2","

Metodologia

  • Metodologia Bem
  • Componetização (ReactJS)

Diretórios de trabalho

  • HTML - ./public/
  • SCSS - src/style/scss/
  • css - src/style/css/
  • JS - src/js
  • JS/comonents - src/conponents
  • JS/services - src/services
  • Imagens - src/imagens

Instalando dependências

  • Instalar os módulos node

(sudo) npm install

Scripts

npm start

Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

npm run sass

Compila o sass Utilizar caso seja alterado o css. Ele roda o watch que fica verificando as alterações realizadas. http://sassbreak.com/watch-your-sass/