simoes-zunguze / simpleChat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Chat

1. Intializing

The is a monorepo of a simple chat To start folow the instruction bellow

  yarn install
  cd client
  yarn install
  yarn build
  cd ..
  yarn dev

Go to your browser and access this link: http://localhost:3001/

2. Using with Docker

  yarn install
  cd client
  yarn install
  yarn  build
  cd ..
  docker-compose up

Go to your browser and access this link: http://localhost:3001/

NOTE

This app is optimized to deploy on vercel

About


Languages

Language:TypeScript 87.0%Language:HTML 8.6%Language:CSS 3.6%Language:Dockerfile 0.7%Language:Shell 0.1%