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: 3 months ago
JSON representation

NodeJS - Angular 8 notification push

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
```