Skip to content

squaick/basic-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

basic-chat-app

A basic chat app built with ReactJS (with Laravel Mix) & Socket.IO

Installation & Running

Execute the commands below for installing needed dependencies after cloning the project.

#For client side
cd basic-chat-app/app
composer install
mv .env.example .env
php artisan key:generate
npm install
npm run production

#Start client side
php artisan serve --port:9000

#For server side
cd ../server
npm install

#Start server
npm start

You can enter to chat from your browser using this link: http://127.0.0.1:9000/

About

A basic chat app built with ReactJS & Socket.IO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages