Estrutura básica do React, onde foi uma necessidade minha de ter que toda vez fazer a estrutura, e com essa biblioteca vai facilitar muito. Utilizando styled-components, redux com react-redux, eslint e prettier.
Obs.: Versões citadas até a data momento 21/02/2020
Biblioteca | Versão |
---|---|
react | ^16.12.0 |
react-icons | ^3.9.0 |
react-redux | ^7.2.0 |
react-router-dom | ^5.1.2 |
redux | ^4.0.5 |
styled-components | ^5.0.1 |
axios | ^0.19.2 |
eslint | ^6.8.0 |
prettier | ^1.19.1 |
Necessário Node.js v10+ pra rodar.
Instalar projeto na sua máquina utilizando o GitHub.
Via HTTPS
$mac in ~/Desktop
> git clone https://github.com/rodrigocgodoy/react-hooks-redux.git estruturaReact
$mac in ~/Desktop
> cd estruturaReact
$mac in ~/Desktop/estruturaReact
> yarn
$mac in ~/Desktop/estruturaReact
> yarn start
Via SSH
$mac in ~/Desktop
> git clone git@github.com:rodrigocgodoy/react-hooks-redux.git estruturaReact
$mac in ~/Desktop
> cd estruturaReact
$mac in ~/Desktop/estruturaReact
> yarn
$mac in ~/Desktop/estruturaReact
> yarn start
MIT