/blog-consumer

A blog consumer app that listens for live data from socket for changes that are made using editorial app.

Primary LanguageCSS

Consumer app

This repository includes a consumer app which acts as a frontend application to get live data from socket as changes are made to the editorial app.

Steps to setup the project repository

Follow the steps to setup the app

  • Clone the repository using git clone command.
  • At the project root, use the npm i or npm install command to setup dependencies for the app. (Follow similar commands of package installation in case you use pnpm or yarn as package manager of choice)

Steps to run the project

Follow the below steps to run the app:

  • At the project root, run the npm run dev command on your terminal.
  • Navigate to localhost:5174 (in case the other frontend app is running on port 5173, vite will run this app on port 5174) on your machine to see the frontend app running.