A basic chat app built with ReactJS (with Laravel Mix) & Socket.IO
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/