Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/plentymarkets/plugin-terra-basic

DEPRECATED
https://github.com/plentymarkets/plugin-terra-basic

deprecated no-maintenance-intended

Last synced: 2 months ago
JSON representation

DEPRECATED

Awesome Lists containing this project

README

        

![plentymarkets Logo](http://www.plentymarkets.eu/layout/pm/images/logo/plentymarkets-logo.jpg)

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

# Deprecated

This repository is now deprecated since the Terra-Components repository is no longer supported and also deprecated.

# plugin-terra-basic

This repository is based on the [Angular CLI](https://cli.angular.io/)

## Installation

1. **Clone this repo**
2. **Install the current nodejs LTS version from (https://nodejs.org/en/)**
3. **Run `npm i` within this project locally**

## Run developer mode [docu](https://angular.io/cli/serve)

1. **Start project**
1. `ng serve`
2. **Open plugin in your Browser**
1. http://localhost:3002/

## Build productive [docu](https://angular.io/cli/build)

**Build plugin** `ng build --prod`

## Unit testing [docu](https://angular.io/cli/test)

**Run the test suite** `ng test`

## Cross origin problems

if you getting some error relating to CORS you can use this [Chrome Plugin](https://chrome.google.com/webstore/detail/allow-cors-access-control/lhobafahddgcelffkeicbaginigeejlf)