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

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

Awesome Lists containing this project

README

          

# Description:

Boiterplate to Redux, Redux Thunk + RTK using Typescript that you use in your projects

## Stack used

typescript,react,redux,yarn,git,vite,css

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