Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/exolever/ng-notification-push
NodeJS - Angular 8 notification push
https://github.com/exolever/ng-notification-push
Last synced: about 1 month ago
JSON representation
NodeJS - Angular 8 notification push
- Host: GitHub
- URL: https://github.com/exolever/ng-notification-push
- Owner: exolever
- Created: 2019-10-04T09:42:21.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T10:28:05.000Z (almost 2 years ago)
- Last Synced: 2024-04-20T17:08:50.411Z (8 months ago)
- Language: TypeScript
- Size: 1.68 MB
- Stars: 0
- Watchers: 7
- Forks: 2
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular-PWA-App
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.0.6.
Boilerplate generate to create a server and front to manage the push notifications. With angular and Node-express
## Install
* Install dependencias via npm or yarn
## Demo
* First you must run server (By default open on port 9000):
```
npm run server
```* Go to src (front) and create a new build and up the server
```
ng build --prod --aot
cd dist
http-server ./angular-pwa-app -o
```* By default will deploy in the port 8080, so you can open http://127.0.0.1:8080
and subscribe and send push notifications.