- Clone the repo:
git clone https://github.com/ShanHaider10/redux-mastery.git - Make sure your Node.js and npm versions are up to date
- Install dependencies:
yarn - Start the Frontend : yarn run dev`
- Start the Backend server: yarn start:dev`
- Open browser:
http://localhost:3000
Within the download you'll find the following directories and files:
REDUX-MASTERY-KIT
└── backend
├── .next
├── node_modules
├── public
├── src
│ ├── api
│ ├── app
│ ├── config
│ ├── controllers
│ ├── middlewares
│ └── models
├── uploads
├── .env
├── .gitignore
├── eslint.config.mjs
├── jsconfig.json
├── next.config.mjs
├── nodemon.json
├── package.json
├── postcss.config.mjs
├── README.md
├── server.js
└── yarn.lock
- Email Us: shanhaider1011@gmail.com