This is a Next.js, MUI v5, React, Redux and Typescript e-commerce project .
- First, Clone the project.
- Run this command in the project directory to install dependencies:
npm i
# or
yarn
- You can run dev server with the following command:
npm run dev
# or
yarn dev
- Open http://localhost:3000 with your browser to see the result.