Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aryaman1706/nodemailer-template


https://github.com/aryaman1706/nodemailer-template

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# NodeMailer-Template
A simple MERN stack application to implement NodeMailer.
To be used as a template.

## How to Run the application on your machine?
1. Clone the repository :- `https://github.com/Aryaman1706/NodeMailer-Template.git`
2. Navigate to the folder via command line.
3. Install [npm packages](https://www.npmjs.com/) for the backend :- `npm i`
4. Navigate to the client folder :- `cd client`
5. Install [npm packages](https://www.npmjs.com/) for the frontend :- `npm i`
6. Go back to the root folder :- `cd ..`
7. Start the Application :- `npm run dev`