The demonstrative online & anonymous chat used to upgrade my skills in Vue.
Front-end: Vue + Vite, Pinia.
Back-end: Express.js.
- Install Git on your machine to clone the Github repository.
- Install Node.js on your machine to build and run the application locally.
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 rootChange 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-publicUse the command below to run the server with Node.js:
npm run start --prefix serverAnother command to run the client:
npm run start --prefix clientOnce the application is started successfully, it will be available at http://localhost:5173.