Skip to content

Send confirmation emails with customer information ☕🔥

Notifications You must be signed in to change notification settings

rickytodev/BackendSendEmails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. Clone the repository

    git clone https://github.com/rickytodev/SendEmailsWhitNodemailer.git
  2. Continue whit the folder

    cd SendEmailsWhitNodemailer
  3. Install the dependencies

    npm install
    yarn install
  4. Crate .env and configure the variables whit the .env.demo

  5. Run the project for development

    5.1 Run TypeScript compiler

    npm run types
    yarn types

    5.2 Run the server

    npm run server
    yarn server
  6. Run the project for production

    npm run build
    yarn build

About

Send confirmation emails with customer information ☕🔥

Resources

Stars

Watchers

Forks