Para clonar y ejecutar el proyecto necesitas Git, Node.js (viene con npm) y PHP instalado en tu computadora. En la línea de comandos:
# Clone this repository
$ git clone https://github.com/PinedaMB/laravel-quasar-template.git
# Go into the repository
$ cd laravel-quasar-template
# Go to back-end folder
$ cd ./backend
# Install php dependencies
$ composer install
# Go to front-end folder
$ cd ../frontend
# Install npm dependencies
$ npm install
# Run the frontend
$ quasar dev
# Run the Backend
$ php artisan serve
Nota: Necesitas generar la key para el funcionamiento de la aplicación Laravel
Esta plantilla fue creada con base al siguiente tutorial:
Video Tutorial - Creemos juntos esta plantilla
MIT
GitHub @PinedaMB · Youtube @DevLearning1923