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.
Follow the steps to setup the app
- Clone the repository using
git clone
command. - At the project root, use the
npm i
ornpm install
command to setup dependencies for the app. (Follow similar commands of package installation in case you usepnpm
oryarn
as package manager of choice)
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.