Skip to content

robsoninocencio/youtube-curso-react-materialui-typescript

Repository files navigation

Para rodar a aplicação

git clone git@github.com:robsoninocencio/youtube-curso-react-materialui-typescript.git

yarn start
yarn mock

Comandos

npx create-react-app youtube-curso-react-materialui-typescript --template typescript
yarn add react-router-dom@6
yarn add @mui/material @emotion/react @emotion/styled
yarn add @mui/icons-material
npx eslint --init
npx prettier --write .
yarn eslint .

yarn add -D json-server
yarn run json-server -w -p 3333 ./mock/database.json

yarn start
yarn mock

yarn add @unform/web @unform/core

Links: Repositório do projeto - https://github.com/lvsouza/youtube-curso-react-materialui-typescript/tree/dace83509e79069234ac74e0605ebce6022f3fff

Aulas do Projeto - https://www.youtube.com/watch?v=wLH1Vv86I44&list=PL29TaWXah3iaqOejItvW--TaFr9NcruyQ&index=1

https://www.devmedia.com.br/react-js-criando-rotas-com-react-router-dom/42901

https://mui.com/material-ui/getting-started/installation/

https://www.npmjs.com/package/json-server

Outros cursos no canal: ☪️ Curso de estilização no React - https://youtu.be/oUbPkR799fc
⭐️ Curso de React com typescript - https://youtu.be/1bEbBkWc4-I
👑 React, Material UI 5 e Typescript - https://youtu.be/wLH1Vv86I44

Releases

No releases published

Packages

No packages published