Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 642 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 642 Bytes

realtime-chart-pusher

Demo of a realtime dashboard chart with Vue and Pusher

Follow the tutorial at https://blog.pusher.com/build-realtime-chart-with-vuejs-pusher/

How to run this app

  1. Clone the repo - /~https://github.com/yomete/realtime-chart-pusher
  2. Open src/components/Home.vue and server.js and edit with your Pusher credentials which can be gotten here
  3. In the root of the project folder, run npm i to install all dependencies.
  4. Run npm run dev and that will run this nodemon server.js and this node build/dev-server.js and your app should be up and running on http:localhost:8080