Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ronaldprofile/challenge-watch-me-ignite
Desafio: Componentizando a aplicação.
https://github.com/ronaldprofile/challenge-watch-me-ignite
babel reactjs typescript webpack
Last synced: 16 days ago
JSON representation
Desafio: Componentizando a aplicação.
- Host: GitHub
- URL: https://github.com/ronaldprofile/challenge-watch-me-ignite
- Owner: ronaldprofile
- License: mit
- Created: 2021-11-30T12:34:10.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-09T18:14:38.000Z (about 3 years ago)
- Last Synced: 2024-11-08T07:35:10.688Z (2 months ago)
- Topics: babel, reactjs, typescript, webpack
- Language: TypeScript
- Homepage:
- Size: 183 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Desafio: Componentizando a aplicação
## Sobre o desafio
Nesse desafio iremos dividir uma aplicação em componentes afim de isolar as responsabilidades e facilitar a manutenção do código.
## Tecnologias
- React
- Typescript
- Webpack
- Babel## Execute a aplicação
- Clone o repo `git clone https://github.com/ronaldprofile/challenge-watch-me-ignite.git`
- Instale as depedências `yarn`
- Simular API Fake `yarn server`
- Execute o servidor `yarn dev`A aplicação está disponível em [localhost:8080](http://localhost:8080).