Skip to content

viniarruda/react-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-boilerplate

This project is a boilerplate for React, including:

  • React
  • Context
  • Hooks (useReducer, useContext)
  • State Global using Context + Hooks
  • Custom Hooks (Like redux Thunks)
  • Axios
  • Simple Authentication
  • Private-Route
  • Styled-component with GlobalStyle

Build

Run: npm install

After run: npm start

Enjoy and feels free to create new features and open pull requests!