nanquim / reaja

Portal de notícias usando ReactJS, Material UI e a API de notícias do Google

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Portal de notícias usando ReactJS, Material UI e a API de notícias do Google

Como instalar

  1. Gerar uma API KEY na API de notícias do Google

  2. Criar um projeto no firebase e pegar as credencias

  3. Criar um arquivo .env na raíz do projeto com as credenciais, conforme o env.example

  4. Clonar o projeto

git clone [https://github.com/nanquim/reaja.gitRL]

  1. No diretório do projeto, instale as dependências

yarn install

  1. Depois execute (para rodar o projeto em modo de desenvolvimento):

yarn start

Entre em http://localhost:3000 para abrir no navegador

Outros Scripts

yarn test

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

yarn 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.

About

Portal de notícias usando ReactJS, Material UI e a API de notícias do Google


Languages

Language:JavaScript 92.0%Language:HTML 4.2%Language:CSS 2.3%Language:Shell 1.4%