cra-template-hooks-redux
v0.1.0
Published
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.
Downloads
1
Readme
Estrutura React
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.
Screenshot
Bibliotecas utilizadas:
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 |
Instalação
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 [email protected]:rodrigocgodoy/react-hooks-redux.git estruturaReact
$mac in ~/Desktop
> cd estruturaReact
$mac in ~/Desktop/estruturaReact
> yarn
$mac in ~/Desktop/estruturaReact
> yarn start
License
MIT