https://github.com/codeedu/live-imersao-fullcycle2-react
https://github.com/codeedu/live-imersao-fullcycle2-react
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codeedu/live-imersao-fullcycle2-react
- Owner: codeedu
- Created: 2021-03-31T12:09:30.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-31T12:13:52.000Z (almost 5 years ago)
- Last Synced: 2025-04-17T10:26:06.620Z (9 months ago)
- Language: TypeScript
- Size: 188 KB
- Stars: 11
- Watchers: 3
- Forks: 8
- Open Issues: 1
-
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 Iniciando com React e TypeScript: [https://www.youtube.com/watch?v=kxoBhslDRcw](https://www.youtube.com/watch?v=kxoBhslDRcw)
## Rodar a aplicação
Execute os comandos:
```bash
docker build -t iniciando-react .
docker run -it -p 3000:3000 -v $(pwd):/home/node/app iniciando-react
```
Acesse no browser http://localhost:3000