Mavv3006 / BlueBirdBigBand

Fullstack Laravel+Vue.js project for the website of the Blue Bird Big Band
0 stars 0 forks source link

Blue Bird Big Band

This is the repository housing the website for the Blue Bird Big Band from the music school in Speyer, Germany.

This project uses the Laravel framework, currently in version 10, including Inertia with Vue as the JavaScript Framework.

Installation Guide

Prerequisites

Installation Steps

After taking care of the prerequisites, you can proceed to run the following command line scripts.

You can run the project with two terminal windows which run the following commands concurrently:

1) php artisan serve 2) npm run dev