Templates included: home page, product catalog, product card, checkout page, text page.
There is functionality for advanced card filtering, sorting, searching, selecting various product packaging options, setting up discounts and promotional codes, selecting delivery and payment options.
Website: https://mdshop.solutions4web.ru/
Storybook: https://mdshop-story.solutions4web.ru/
- Vite
- React
- React Redux
- React Query
- @reduxjs/toolkit
- Storybook
- Typescript
- Jest
- Sass
- ESlint
- Stylelint
- Prettier
- CI GitHub Actions config
# clone this repository
$ git clone https://github.com/leopard-work/MDShop
# go into template directory
$ cd MDShop
# install dependencies
$ npm install
$ npm run dev
Run dev server on http://localhost:5173
$ npm run sb
Storybook on http://localhost:6006
$ npm run build
$ npm run test
$ npm run lint
$ npm run stylelint
$ npm run prettier