A full web application for email
- 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
- 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
- Welcome Display
- Message Display
- Once a new contact is created, it will be displayed in the top right corner.
- Update the Contact's information
- Delete Display
- Sent Display