An open API service indexing awesome lists of open source software.

https://github.com/andremicheletti/react-jobs-app

React app built with Typescript to consume a GraphQL server of jobs
https://github.com/andremicheletti/react-jobs-app

Last synced: 8 months ago
JSON representation

React app built with Typescript to consume a GraphQL server of jobs

Awesome Lists containing this project

README

          

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## "Jobs" React.js APP

Single-page App simples para mostrar vagas de emprego usando uma API `graphQL`

## requisitos

- `node` versão 13 ou maior

## como usar

- clone o repositório
- instale as dependencias `npm install`
- rode o servidor de dev `npm start` e acesse usando um navegador `localhost:3000`