Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

heidelpay/plentymarkets-merchant-gateway-ui

Repository files navigation

plentymarkets Logo

Learn how to create your first plentymarkets plugin https://developers.plentymarkets.com

plugin-terra-basic

Installation

  1. Clone this repo
  2. Install the current nodejs LTS version from (https://nodejs.org/en/)
  3. From Admin PowerShell run npm install -g --production windows-build-tools
  4. Run npm install within this project locally

Run developer mode

  1. Start project
    1. npm start
  2. Open plugin in your Browser
    1. http://localhost:3002/

Compile

  1. Build plugin
    1. npm run build