项目作者: Ethiel97

项目描述 :
Send push notifications to your browser from Adonis backend
高级语言: JavaScript
项目地址: git://github.com/Ethiel97/adonis-push-notifications.git
创建时间: 2018-10-07T01:07:48Z
项目社区:https://github.com/Ethiel97/adonis-push-notifications

开源协议:

下载


Send push notifications to your browser with Adonis.js and Pusher channels.

application screenshot

Getting Started

Make sure you have npm and yarn on your local machine

  1. Clone this repository and cd into it
  2. Run yarn or npm install to download dependencies
  3. Set up your pusher account
  4. Execute adonis serve --dev to run the project in your browser
  5. See the tutorial for useful notes

Prerequisites

  • Adonis
  • npm or Yarn
  • Pusher account

Built With

Acknowledgments

Christian Nwamba tutorial - Inspiring and useful article