git clone
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate
npm install
npm run build
php artisan serve
You can now access the server at http://localhost:8000
.[!Note] Solo para Mac
sudo chown -R daemon:daemon ''
sudo chmod -R 775 ''
chmod -R 755 storage chmod -R 755 bootstrap/cache
.[!Important]
php artisan storage:link
npm run dev