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

https://github.com/narcello/subreddit-react

:bridge_at_night: React Frontend with Reddit API
https://github.com/narcello/subreddit-react

Last synced: 4 months ago
JSON representation

:bridge_at_night: React Frontend with Reddit API

Awesome Lists containing this project

README

          

## SubReddit + React

### Instalar dependências
Vá dentro da pasta no terminal e rode:
```console
$ npm i
```

### Rodar o projeto
```console
$ npm start
```

### Testar o projeto
```console
$ npm test
```