This is a small create react app that works as an example fro Redux and Redux Toolkit.
- React
- Redux
- Redux Toolkit
A cloned project from @maxschwarzmueller React Course
- We use NVM to select the node version.
nvm use
- Install packages
npm install
- Run
npm run start