An open API service indexing awesome lists of open source software.

https://github.com/hamza-rafique/react-boilerplate


https://github.com/hamza-rafique/react-boilerplate

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# 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!