Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aryaman1706/nodemailer-template
https://github.com/aryaman1706/nodemailer-template
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aryaman1706/nodemailer-template
- Owner: Aryaman1706
- Created: 2020-06-07T22:54:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:37:56.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T03:53:25.920Z (over 1 year ago)
- Language: JavaScript
- Size: 729 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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`