Skip to content

ZaheerNiazi007/TRPC-S3-text-app

Repository files navigation

TRPC Next JS WebCHAT

"TRPC Next JS WebCHAT" is a web app built on top of TRPC and NextJS. It is a simple single chat room where anyone can enter and text and their text will be seen by others .

The key features are:

  • Anyone can enter a message into the single (global) room
  • Messages are displayed with their timestamp

Built With

Prerequisites

The basic requirements for building the executable are:

Getting Started

To get a local copy up and running follow these simple example steps.


cd


## Getting packages and dependencies

To get all package modules required to build the project run:

npm install or yarn


every package module required to build the project is listed in the package.json file. this is used as a reference to get all dependencies.

## Running

To run the program on a browser through a server run this command in your cli

npm run dev


This should open the page in your localhost on port 3000. then you'd be able to view the built page generated.