Skip to content

Simicart/dailydeals-module-pwa-studio

Repository files navigation

Daily Deal module for Magento PWA Studio

This module acts as an add-on for Mageplaza's Daily Deal extension to make it work with Magento PWA Studio.

Frontend Demo: https://dailydeals.pwa-commerce.com/silver-amor-bangle-set.html

Requirements

Installation

1. Init project

git clone https://github.com/Simicart/simi-studio --branch release/4.0.0
cd simi-studio

2. Start the project

From the root directory of the project you created above, clone the repository:

  git clone https://github.com/Simicart/dailydeals-module-pwa-studio ./@simicart/dailydeal

3. Modify .env

Change the .env MAGENTO_BACKEND_URL with your Magento site URL, or use our demo URL:

  MAGENTO_BACKEND_URL=https://mpmed.pwa-commerce.com/

4. Modify package.json

Modify the dependencies of your project to add Daily Deal extension.

  "dependencies": {
    ...
    "@simicart/dailydeal": "link:./@simicart/dailydeal",
    "react-material-ui-carousel": "^2.3.5"
    ...
  },

5. Install lib and Start Project

  yarn install && yarn watch

Contribution

SimiCart Team & Mageplaza Team

About

Module DailDeals for pwa-studio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published