This is small experiment with Laravel & Bootstrap 5 & Sail.
- clone and install dependencies
$ git clone ...
$ cd online-shop
$ composer install
$ mv .env.local .env
$ php artisan key:generate
$ ./vendor/bin/sail build --no-cache- run backend
$ ./vendor/bin/sail up- in another terminal tab run frontend
$ npm i
$ npm run dev- go to http://0.0.0.0
- in case of 'No Application Encryption Key Has Been Specified':
$ ./vendor/bin/sail artisan key:generate
$ ./vendor/bin/sail artisan config:cache