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
- Host: GitHub
- URL: https://github.com/andremicheletti/react-jobs-app
- Owner: AndreMicheletti
- Created: 2020-03-18T14:32:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-19T18:18:56.000Z (over 5 years ago)
- Last Synced: 2025-01-29T16:08:25.139Z (10 months ago)
- Language: TypeScript
- Homepage:
- Size: 514 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`