This is a project where I'm exploring the combination Laravel backend + React frontend on the same server/domain.
The site uses the kassal.app API for searching groceries from norwegian grocery stores.
Required: PHP, Composer, Node and npm.
- Clone or fork the repository.
cdinto the project folder.- Run
composer install - Run
php artisan key:generate - Run
npm install - Run
npm run dev