Skip to content

Small email client in VueJS where you can receive and send mails using existings emails accounts

Notifications You must be signed in to change notification settings

QuentinBeauchet/email-visualizer

Repository files navigation

Project Setup

For development

You need a .env file containing

VUE_APP_API_URL="http://localhost:3000/"

Then run in two separate terminal

npm run serve
npm start

The client will be hosted on http://localhost:8080/

For production

npm run build
npm start

The client will be hosted on http://localhost:3000/

About

Small email client in VueJS where you can receive and send mails using existings emails accounts

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published