SAM BUILDING
Setup
Fork or clone this repo!
git clone github.com/Igorballo/Real-Estate-App.git
Installation des dépendances
npm install
#or
yarn install
Compile css file and watch for changes
npm run watch
Démarrage
Installation des dépendances
composer install
Configurations
cp .env.example .env
php artisan key:generate
Démarrage
php artisan serve
Tech Stack
- Laravel 8.x
- TailwindCSS
- Alpine.js