Skip to content

pmgzo/chat-app-frontend

Repository files navigation

alt text

Chat app frontend

Simple chat application to talk with friends

This is a Next.js project bootstrapped with create-next-app.

Installation

npm i

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Run with Docker

docker build -t chat-app-frontend .
docker run -p 80:80 -it chat-app-frontend .

Make sure the backend is running as well

Open http://localhost:8080 with your browser to see the result.

About

frontend implementation of my chat app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages