Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/glaucia86/aprendendo-react-live
Repositório responsável pelo live coding realizado no canal Twitch.tv
https://github.com/glaucia86/aprendendo-react-live
azure azure-functions azurefunctions express mongodb nodejs react reactjs
Last synced: 2 months ago
JSON representation
Repositório responsável pelo live coding realizado no canal Twitch.tv
- Host: GitHub
- URL: https://github.com/glaucia86/aprendendo-react-live
- Owner: glaucia86
- License: mit
- Created: 2019-11-19T14:49:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T05:58:08.000Z (almost 2 years ago)
- Last Synced: 2024-10-04T16:26:39.935Z (3 months ago)
- Topics: azure, azure-functions, azurefunctions, express, mongodb, nodejs, react, reactjs
- Language: JavaScript
- Homepage: https://www.twitch.tv/glaucia_lemos86
- Size: 3.45 MB
- Stars: 12
- Watchers: 4
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Live Coding: Aprendendo React - Zero to Hero
[![Evento-Twitch-Glaucia-Lemos-1.jpg](https://i.postimg.cc/DwYB5hkj/Evento-Twitch-Glaucia-Lemos-1.jpg)](https://postimg.cc/SnC6NwKC)
Repositório responsável pelo live coding realizado no canal **[Twitch.tv](https://www.twitch.tv/glaucia_lemos86)**
## Recursos Utilizados 🚀
* **[Visual Studio Code](https://code.visualstudio.com/?WT.mc_id=javascript-0000-gllemos)**
* **[Node.js](https://nodejs.org/en/)**
* **[React](https://pt-br.reactjs.org/)**
* **[Yarn](https://yarnpkg.com/lang/en/)**
* **[Simple React Snippets](http://bit.ly/35itYFq)**
* **[ES7 React/Redux/GraphQL/React-Native snippets](http://bit.ly/2XyrAIe)**
* **[React Native Tools](http://bit.ly/35er3Ob)**## Por onde Começar?!
Para começar a desenvolver no React, sem necessidade de criar uma configuração manual, se faz necessário instalar o seguinte pacote:
```bash
> npm install -g create-react-app
```Mais informações sobre o **[Create React App Generator - AQUI](https://create-react-app.dev/docs/getting-started/)**
E caso desejam aprender o passo a passo bastam acessar o link **[AQUI](https://code.visualstudio.com/docs/nodejs/reactjs-tutorial?WT.mc_id=javascript-0000-gllemos)**
## Links & Recursos Importantes
* **[Usando React no Visual Studio Code](https://code.visualstudio.com/docs/nodejs/reactjs-tutorial?WT.mc_id=javascript-0000-gllemos)**
* **[Criando Aplicação Node.js & React no Visual Studio Code](https://docs.microsoft.com/visualstudio/javascript/tutorial-nodejs-with-react-and-jsx?view=vs-2019&WT.mc_id=javascript-0000-gllemos)**
* **[Azure para desenvolvedores de JavaScript e Node.js](https://docs.microsoft.com/javascript/azure/?view=azure-node-latest&WT.mc_id=javascript-0000-gllemos)**
* **[Cursos Online Grátis - Microsoft Learn](https://docs.microsoft.com/learn/?WT.mc_id=javascript-0000-gllemos)**