Thanks to visit codestin.com
Credit goes to github.com

Skip to content

artndev/chatto

Repository files navigation

Quick Overview

The demonstrative online & anonymous chat used to upgrade my skills in Vue.

Tech Stack

Front-end: Vue + Vite, Pinia.
Back-end: Express.js.

Dependencies

  • Install Git on your machine to clone the Github repository.
  • Install Node.js on your machine to build and run the application locally.

Clone Repository

Create a new directory where you want to deploy the application, then clone the Github repository into it:

git clone https://github.com/artndev/chatto.git .

Navigate to the project directory:

cd root

Change the working branch from master (production branch) to dev-public (public development branch) due to the specialties of the production and development environments:

git checkout dev-public

Run Application with Node.js

Use the command below to run the server with Node.js:

npm run start --prefix server

Another command to run the client:

npm run start --prefix client

Access Application

Once the application is started successfully, it will be available at http://localhost:5173.

About

The Online Chat

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published