** Available Branches **
- counter-app
- todo-app
- video-app
- expense-tracker
- video-app-with-rtk-query
- chat-app
Please follow the below instructions to run any branch in your machine:
- Clone this repository -
git clone https://github.com/saiful-shaakil/redux-projects.git
- Go to the cloned project directory
cd redux-projects
- Checkout/switch to branch name
git checkout <branch-name>
- Install dependencies
npm i
- Install VS Code Live Server plugin & start the server.
npm start
- Your app should be available in http://localhost:3000