Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 765 Bytes

installation.md

File metadata and controls

21 lines (13 loc) · 765 Bytes

Installation

Installing with npm

To install the newsletter library and its dependencies, use the following command in your terminal.

npm install @daffodil/newsletter @daffodil/core @ngrx/store @ngrx/effects --save

After installing, an ecommerce platform driver needs to be set-up, we highly recommend installing the In-Memory-Web-API for fast, out-of-the-box development.

Installing with yarn

To install the newsletter library and its dependencies, use the following command in your terminal.

yarn add @daffodil/newsletter

After installing, an ecommerce platform driver needs to be set-up, we highly recommend installing the In-Memory-Web-API for fast, out-of-the-box development.