All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server for Vite |
php artisan serve |
Starts local dev server for Laravel |
npm run build |
Build your production assets to ./public/build/ |
Feel free to check our documentation.