Skip to content

Banti140/chat-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

These are the sequence of commands to run this chat application on any laptop:-

  1. mkdir chat-project
  2. cd chat-project
  3. Initialize a new Vite React project:- npm create vite@latest
  4. Install the required dependencies:- npm install
  5. Replace the default files with our chat application code: a. Create the component files in the src/components directory b. Update App.jsx, App.css, and other files as we have in this code.
  6. Start the development server:- npm run dev
  7. Open the application in your browser:- a. The terminal will show a URL (usually http://localhost:5173/) b. Open this URL in your browser

About

Designed chat Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published