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

https://github.com/jonathan-r-andrade/trybe-exercicios-heroku-react


https://github.com/jonathan-r-andrade/trybe-exercicios-heroku-react

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Exercícios do dia 25.1
_Clique [aqui](https://github.com/Jonathan-R-Andrade/trybe-exercicios/tree/main/modulo-03-desenvolvimento-back-end/secao-07-deployment/dia-01-infraestrutura-deploy-com-heroku) para ir para o repositório de exercícios._

Link para a aplicação https://heroku-react-jra.herokuapp.com/

### Comandos utilizados:

Cria um _app_ Heroku
```bash
heroku create heroku-react-jra --buildpack mars/create-react-app --remote heroku-react-prod
```

Faz _deploy_
```bash
git push heroku-react-prod
```

### Esses exercícios foram feitos por [min](https://www.linkedin.com/in/jonathan-r-andrade/) na [Trybe](https://www.betrybe.com/)