Skip to content

vigneshkv23/pusher-angular-realtime-feed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pusher-angular-realtime-feed

Building a realtime post feed with Angular 7 and Pusher channels. Tutorial is located at https://pusher.com/tutorials/live-feed-angular-7

Getting Started

This project consists of a client and server. You have to clone this repository before moving on git clone [email protected]:adelowo/pusher-angular-realtime-feed.git.

Client setup

  • Navigate to the client directory with cd client.
  • Install the dependencies with npm install.
  • Run the application with ng serve. You will need to update this file with your PUSHER_KEY.

Server setup

  • From the directory root, cd to server.
  • Install the server dependencies by running npm install.
  • Update the variable.env file with your credentials.
  • Run the application with node index.js

Prerequisites

  • Node >= 10
  • Angular's ng command line tool. You can install it via npm install -g @angular/cli

Built With

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 68.8%
  • JavaScript 16.8%
  • HTML 13.2%
  • CSS 1.2%