Skip to content

ososuna/email-app

Repository files navigation

Email APP

✉️ Email APP with Vue 3 + TypeScript + Vite named The New Pied Piper

Email API

This project is a client for the Email API. You can find the API here: https://github.com/ososuna/email-api.git

Recommended IDE Setup

Requirements

For building and running the application you need:

Running the application locally

Install dependencies

yarn

Run the app

yarn dev

Try it out with Docker

First, build the application:

yarn build

Then you need to build the Docker image:

docker build -t email-app .

Now you can run the image:

docker run --name email-app -p 3000:3000 email-app

Architecture Diagram