Skip to content

akshat-patel28/redux-toolkit-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redux-toolkit-demo

Implementation of redux-toolkit in react js.

Codebase Overview

Tech-Stack

  • Front-end: - ReactJs

NPM packages

  • axios
  • react-redux
  • redux-toolkit

Requirement

  • Node version 18.12.1 and above
  • Npm version 8.19.2 and above
  • Code Editor: - VS Code, Atom etc.

Note: - If you find any improvement point do update README file with proper structure and create PR

Start project

  • npm install
  • npm run build
  • npm run dev/start

or

  • yarn add
  • yarn build
  • yarn dev/start