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 at localhost:5173 |
npm run build |
Build your assets to ./public/build |
php artisan serve |
Starts local dev server for Laravel at localhost:8000 |
Feel free to check our documentation.