https://github.com/fandredev/boiterplate-redux
Boiterplate to Redux, Redux Thunk + RTK using Typescript that you use in your projects
https://github.com/fandredev/boiterplate-redux
redux redux-devtools redux-thunk redux-toolkit
Last synced: about 2 months ago
JSON representation
Boiterplate to Redux, Redux Thunk + RTK using Typescript that you use in your projects
- Host: GitHub
- URL: https://github.com/fandredev/boiterplate-redux
- Owner: fandredev
- Created: 2024-10-01T08:58:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-10-21T18:06:32.000Z (8 months ago)
- Last Synced: 2025-10-21T20:15:07.172Z (8 months ago)
- Topics: redux, redux-devtools, redux-thunk, redux-toolkit
- Language: TypeScript
- Homepage:
- Size: 391 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Description:
Boiterplate to Redux, Redux Thunk + RTK using Typescript that you use in your projects
## Stack used

### Other tools:
- [Prettier](https://eslint.org/)
- [Eslint](https://prettier.io/)
- [React Redux](https://react-redux.js.org/)
- [Redux Thunk](https://github.com/reduxjs/redux-thunk)
- [Redux Devtools Extension](https://github.com/zalmoxisus/redux-devtools-extension)
- [asdf](https://asdf-vm.com/)
- [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/)
## Clone this repo
###### Notes: Please, check the .tool-versions before use this project to show versions that i used.
```
git clone git@github.com:fandredev/boiterplate-redux.git
```
## Go to directory
```
cd boiterplate-redux
```
## Install dependencies
```
yarn
```
## Run server
```
yarn run dev
```
## Run linter
```
yarn run lint
```
## Run Build (OPTIONAL)
```
yarn run build
```
## :mailbox_with_no_mail: Contacts
E-mail: profissionalf.andre@gmail.com
Linkedin: https://www.linkedin.com/in/devfandre/
Portfólio: https://developer-felipe-andre.vercel.app/
## Referencies
- [Vite guide](https://vitejs.dev/guide/)
- [React Redux](https://react-redux.js.org/)
- [React Redux with TS](https://react-redux.js.org/using-react-redux/usage-with-typescript)
- [Currency API](https://currencyapi.com/)