Skip to content

Small social app with functionalities of post ,comments and with custom event bus implementation.

Notifications You must be signed in to change notification settings

AbdulRehman-z/Social

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run the app

  1. run skaffold dev to start the app
  2. if you notice any error related to port :80 already in use, run netstat -aon | findstr :80 to find the process id and then run taskkill /PID <process id> /F to kill the process
  3. run skaffold dev again to start the app

About

Small social app with functionalities of post ,comments and with custom event bus implementation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published