Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.08 KB

README.md

File metadata and controls

52 lines (36 loc) · 1.08 KB

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