https://github.com/tatsuukraine/push-demo
Push Notification demo
https://github.com/tatsuukraine/push-demo
Last synced: about 2 months ago
JSON representation
Push Notification demo
- Host: GitHub
- URL: https://github.com/tatsuukraine/push-demo
- Owner: TatsuUkraine
- Created: 2017-06-06T21:50:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-14T09:16:19.000Z (almost 8 years ago)
- Last Synced: 2025-01-19T02:45:02.163Z (3 months ago)
- Language: PHP
- Size: 72.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
push_demo
=========Install composer and run
```
composer install
```Create DB that was set during `composer install` command (by default it's push_demo with login and pass 'root')
Run Symfony migrations
```
php bin/console doctrine:migrations:migrate
```Install npm and run
```
npm install
```Use grunt tasks to build bundles
List of available Grunt tasks
* webpack:push
* webpack:sw_push
* webpack:sync
* webpack:sw_sync
* webpack:fetch
* webpack:sw_fetch
* webpack:cache
* webpack:sw_cacheTo use Push Notifications add your project keys from Firebase in files
* /web/push/PushService.js
* /web/push/sw.js