Skip to main content
Version: 1.0.5

Installation

To get started with mailman we first need to install @squareboat/nest-mailman

#Using NPM
npm i @squareboat/nest-mailman react --save
npm i @types/react --save-dev

#Using YARN
yarn i @squareboat/nest-mailman
yarn add @types/react -D
info

When the installation is successful, you will see a resources/views folder getting generated inside your project's root folder, this folder contains the base template that is shipped with this package.