This app demonstrates how to use ReactJS, Pusher, and Service Worker to build a realtime PWA.
- Clone the repo -
https://github.com/yomete/pushercoins
- Open
src/Today/Today.js
, andserver.js
and edit with your Pusher credentials which can be gotten from the Pusher dashboard - In the root of the project folder, run
npm install
to install all dependencies. - Then run
npm start
to get the app up and running.
...
...