https://github.com/hamza-rafique/react-boilerplate
https://github.com/hamza-rafique/react-boilerplate
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/hamza-rafique/react-boilerplate
- Owner: Hamza-Rafique
- Created: 2022-09-28T11:14:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-28T11:14:10.000Z (over 3 years ago)
- Last Synced: 2025-01-08T02:16:58.816Z (over 1 year ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!