https://github.com/ciffelia/email-notification
https://github.com/ciffelia/email-notification
css desktop-app electron html javascript nodejs vue
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ciffelia/email-notification
- Owner: ciffelia
- License: mit
- Created: 2019-12-12T10:30:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-12T14:00:12.000Z (over 5 years ago)
- Last Synced: 2025-01-18T14:46:58.338Z (over 1 year ago)
- Topics: css, desktop-app, electron, html, javascript, nodejs, vue
- Language: JavaScript
- Size: 490 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# email-notification
[](https://github.com/ciffelia/email-notification/actions?query=workflow%3ACI+branch%3Amaster)
[](https://dependabot.com)
[](LICENSE)
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn electron:serve
```
### Compiles and minifies for production
```
yarn electron:build
```
### Lints and fixes files
```
yarn lint
```