ososuna / email-app

✉️ Simple Email App named The New Pied Piper

Home Page:https://thenewpiedpiper.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

✉️ Simple Email App named The New Pied Piper

https://thenewpiedpiper.com/


Languages

Language:Vue 35.0%Language:CSS 28.1%Language:TypeScript 24.1%Language:HTML 7.5%Language:Dockerfile 3.9%Language:Shell 1.4%