8 lines
297 B
Markdown
8 lines
297 B
Markdown
### Installation
|
|
|
|
1. Install the required Node.js packages by running `npm install` in the root directory of your Laravel project.
|
|
|
|
2. Build the assets by running `npm run dev` in the root directory of your Laravel project.
|
|
|
|
3. Start the Laravel development server by running `php artisan serve`.
|