Skip to content

myogeshchavan97/redux-toolkit-crash-course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redux-basics

To run this project execute following commands in sequence.

  • Execute yarn install or npm install to install the packages from package.json file
  • Start the application by running yarn run dev or npm run dev command