Simple chat application to talk with friends
This is a Next.js project bootstrapped with create-next-app
.
npm i
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
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.