Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ariefhk/react-redux-template
A Template for React.Js with Redux & Redux Toolkit Query
https://github.com/ariefhk/react-redux-template
react react-router-dom reactjs redux redux-toolkit redux-toolkit-query shadcn-ui
Last synced: about 1 month ago
JSON representation
A Template for React.Js with Redux & Redux Toolkit Query
- Host: GitHub
- URL: https://github.com/ariefhk/react-redux-template
- Owner: ariefhk
- Created: 2024-08-09T00:45:41.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-09T02:04:50.000Z (5 months ago)
- Last Synced: 2024-08-21T16:54:47.001Z (5 months ago)
- Topics: react, react-router-dom, reactjs, redux, redux-toolkit, redux-toolkit-query, shadcn-ui
- Language: JavaScript
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React-Redux Template
Built with the React.js, Redux, RTK Query, React Router Dom, Shadcn UI
![Project Image](thumbnail.png)
## Features
- React.js
- Redux With Redux Toolkit
- Data Fething with RTK Query
- React Router Dom
- Shadcn UI
- Handling Error Pages & Structured Pattern## Getting started
To get started with this project, run
```bash
git clone https://github.com/ariefhk/react-redux-template
```Install Dependency
```bash
pnpm i
```and copy the .env.example variables into a separate .env file, fill them out.
Run in Development
```bash
pnpm dev
```That's All, Happy Coding :D
## License
[MIT](https://choosealicense.com/licenses/mit/)