Skip to content

Latest commit

 

History

History
43 lines (37 loc) · 1.03 KB

File metadata and controls

43 lines (37 loc) · 1.03 KB

Quick start

  • 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

File Structure

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

Contact Us