Skip to content

cednore/boom-demo

Repository files navigation

boom-demo

Demo of the Boom project

Getting started

# Clone this repo
git clone [email protected]:cednore/boom-demo.git
cd boom-demo

# Install composer dependencies
composer install

# Prepare dotenv file
cp .env.example .env # Configure your dotenv file with your own properties after this

# Generate encryption key
php artisan key:generate

# Install boom-server
npm install --global boom-server

# Start boom-server
boom-server start

# Start php development server
php artisan serve

Then, open two or more duplicate tabs of https://localhost:8000 and type your message in the input box on the bottom of the screen. It will be broadcasted to all tabs.

About

Demo of the Boom project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published