https://github.com/codeedu/live-imersao-fullcycle9-reactjs-performance
https://github.com/codeedu/live-imersao-fullcycle9-reactjs-performance
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/codeedu/live-imersao-fullcycle9-reactjs-performance
- Owner: codeedu
- Created: 2022-08-10T19:03:00.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-12T21:12:33.000Z (almost 4 years ago)
- Last Synced: 2025-04-17T10:25:32.748Z (about 1 year ago)
- Language: TypeScript
- Size: 212 KB
- Stars: 6
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

Participe gratuitamente: https://imersao.fullcycle.com.br/
## Sobre o repositório
Esse repositório contém o código-fonte ministrado na aula Otimize seu frontend com React e Next.js: [https://www.youtube.com/watch?v=cZ6ddtwgOVo](https://www.youtube.com/watch?v=cZ6ddtwgOVo)
## Rodar a aplicação
Execute os comandos:
```bash
npm install
npm run fake-api
npm run dev
```
Acesse http://localhost:3000/users para brincar com dados.
Use o arquivo `api.http` para testar a API usando a extensão Rest Client do VSCode ou outra ferramenta para brincar com o HTTP.