✉️ Email APP with Vue 3 + TypeScript + Vite named The New Pied Piper
This project is a client for the Email API. You can find the API here: https://github.com/ososuna/email-api.git
For building and running the application you need:
yarn
yarn dev
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