https://github.com/exolever/ng-notification-push
NodeJS - Angular 8 notification push
https://github.com/exolever/ng-notification-push
Last synced: 3 months 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T10:28:05.000Z (over 3 years ago)
- Last Synced: 2025-03-06T03:02:21.539Z (over 1 year 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
```bash
npm install
```
## Demo
* Start the API server on port 9000:
```bash
npm run server
```
* Start the Angular app:
```bash
npm start
```
* Create a production build:
```bash
npm run build
```