Skip to content

yuehcw/WebMail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebMail

A full web application for email

Setup

Server

  • Proceed to the server directory cd server
  • Install necessary packages npm install
  • Configure your email service details in serverInfo.json
  • Launch the server with a development command that compiles TypeScript files to JavaScript npm run dev

Client

  • Move to its directory cd client
  • Install its packages npm install
  • Adjust the application's server settings in a configuration TypeScript file config.ts
  • Initiate the client build process by npm run build to access the user interface via a local web address http://localhost

Display

  • Welcome Display

welcomedisplay.png

  • Message Display

messagedisplay.png

  • Once a new contact is created, it will be displayed in the top right corner.

contact.png

  • Update the Contact's information

contactdisplay.png

  • Delete Display

deletedisplay.png

  • Sent Display

sentdisplay.png

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published