Temp mail app made using React and ExpressJS
๐ Temp Mail App
This is a simple web app that allows you to generate temporary email addresses. It is built using React, ExpressJS, and temp-mail.io API.
How to build and start ๐
To get started with the Temp Mail App, follow these steps:
-
Clone the repository:
git clone https://github.com/AnjanaMadu/temp-mail-react-app --depth 1
-
Change to the project directory:
cd temp-mail-react-app
-
Install dependencies:
npm install
-
Build the project:
npm run build
This will generate a production build of the React app and place it in the
dist
directory. -
Start the server:
node api/index.js
This will start the server and make the app accessible at
http://localhost:3000
.
Thatโs it! You should now be able to use the Temp Mail App to generate temporary email addresses.