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
- Host: GitHub
- URL: https://github.com/jonathan-r-andrade/trybe-exercicios-heroku-react
- Owner: Jonathan-R-Andrade
- Created: 2022-07-27T01:00:35.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-03T06:17:36.000Z (over 3 years ago)
- Last Synced: 2025-03-14T20:46:58.193Z (about 1 year ago)
- Language: JavaScript
- Size: 296 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)