Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/)