Skip to content

ijpatricio/minglejs-demo

Repository files navigation

MingleJS Logo

MingleJS Demo

This is the repository with the generated code for the MingleJS demo. It is a simple web application that showcases the capabilities of MingleJS.

Please check the MingleJS documentation for more information.

Click here to visit the live demo.

The original source code is available at ijpatricio/mingle

Thank you, and happy Mingling!

Up and running

Clone the repository, then:

cp .env.example .env
composer install
php artisan key:generate
touch database/database.sqlite
php artisan migrate:fresh --seed
php artisan serve
# In another terminal
npm ci
npm run dev

About

Sample usage of JS components in a Laravel Livewire project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published