https://github.com/syncfusion/ej2-showcase-ts-webmail
This Webmail demo application showcases the usage of several Essential JS 2 components in a real world application scenario. This demo explores a mailbox user interface which was inspired by the Outlook Office 365 application.
https://github.com/syncfusion/ej2-showcase-ts-webmail
Last synced: 10 months ago
JSON representation
This Webmail demo application showcases the usage of several Essential JS 2 components in a real world application scenario. This demo explores a mailbox user interface which was inspired by the Outlook Office 365 application.
- Host: GitHub
- URL: https://github.com/syncfusion/ej2-showcase-ts-webmail
- Owner: syncfusion
- License: other
- Created: 2018-03-01T08:54:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-27T21:02:03.000Z (over 1 year ago)
- Last Synced: 2025-06-30T12:12:18.664Z (10 months ago)
- Language: TypeScript
- Size: 799 KB
- Stars: 6
- Watchers: 12
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# Essential JS 2 for TypeScript - Webmail
This Webmail demo application showcases the usage of several Essential JS 2 components in a real world application scenario. This demo explores a mailbox user interface which was inspired by the Outlook Office 365 application.
## Deployment
### Install
To install all dependent packages, use the below command
```
npm install
```
### Run
To run the sample, use the below command
```
gulp serve
```
## Demo
#### https://ej2.syncfusion.com/showcase/typescript/webmail/
Check all the showcase samples from here and also check out the [single page application example](https://blog.syncfusion.com/post/single-page-application-example-using-essential-js-2.aspx) blog.