Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 968 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 968 Bytes

Redux Toolkit Example

This app was created to showcase Redux Toolkit at React Online Meetup.

Slide

How to use this App

The master branch is site with Redux & Exercise. You can try the exercise on CodeSandbox

The answer branch is the solution to the checkbox exercise.

The base branch is the site without ay of the Redux functionality. Try recreating the redux functionality on CodeSandbox

How to run this App

  • Install git
  • Install node version 12.18 and npm
  • Clone the git repo git clone https://github.com/DevTGhosh/redux-toolkit-example
  • Run npm install to download the necessary node modules
  • Run npm run start
  • View the App in your browser at localhost:3000