WilliamCorotan / chat-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Chat Application

  1. Clone the repository
  git clone https://github.com/WilliamCorotan/chat-app.git
  1. Change directory to backend
  cd backend

2.1. Install dependencies

  npm install
  • Keep this terminal alive to keep the server side running

    2.2. Start the server

  nodemon index.js
  1. Open new terminal and change directory to frontend
  cd frontend

3.1. Install dependencies

  npm install

3.2. Start the Client

  npm run dev
  • Keep this terminal alive for vite's hot module reloading

About


Languages

Language:JavaScript 98.0%Language:HTML 1.8%Language:CSS 0.2%