An example project that uses Notification.js.
git clone git@github.com:pusher-community/notifications.js-getting-started.git
cd notifications.js-getting-started
npm install
- Run each of the following in two tabs:
npm start
npm run build
- Visit
http://localhost:8002
to check it out.