Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 634 Bytes

README.md

File metadata and controls

39 lines (22 loc) · 634 Bytes

react-base

This project was inspired in https://github.com/viniarruda/react-boilerplate

Also this project provide Apollo and unit test.

Build

Run: npm install

Storybook: npm run storybook

Test: npm run test

After run: npm start

Check below our stacks

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

So with this project you can either use react hooks or apollo (or both) to create you api connection