Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/viniarruda/react-boilerplate
React base using Context Global + Hooks
https://github.com/viniarruda/react-boilerplate
boilerplate context-hooks hacktoberfest react react-boilerplate react-context-hooks react-global-state react-hooks react-hooks-redux react-template
Last synced: 3 months ago
JSON representation
React base using Context Global + Hooks
- Host: GitHub
- URL: https://github.com/viniarruda/react-boilerplate
- Owner: viniarruda
- Created: 2019-05-15T14:04:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T22:17:25.000Z (about 2 years ago)
- Last Synced: 2024-10-29T23:30:01.380Z (4 months ago)
- Topics: boilerplate, context-hooks, hacktoberfest, react, react-boilerplate, react-context-hooks, react-global-state, react-hooks, react-hooks-redux, react-template
- Language: JavaScript
- Homepage:
- Size: 5.71 MB
- Stars: 27
- Watchers: 0
- Forks: 14
- Open Issues: 23
-
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!