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

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

Awesome Lists containing this project

README

          

![Imersão Full Stack && Full Cycle](https://events-fullcycle.s3.amazonaws.com/events-fullcycle/static/site/img/grupo_4417.png)

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.