297 B
297 B
Installation
-
Install the required Node.js packages by running
npm install
in the root directory of your Laravel project. -
Build the assets by running
npm run dev
in the root directory of your Laravel project. -
Start the Laravel development server by running
php artisan serve
.