- Copy
.env.exampleto.env - Install dependencies
composer i
npm i- Generate the docs
php artisan scribe:generate- Run development server
php artisan serve- Run Vue SPA
npm run dev- By default, the application is accessible at http://127.0.0.1:8000. The documentation can be found at
/docs