git clone https://github.com/Lalarukh-khan/shaizee.git shaizee
cd shaizee
composer install
copy .env.expample .env
php artisan key:generate
php artisan migrate
php artisan storage:link
npm install && npm run dev
php artisan serve
npm run watch
Again run this command: npm run dev
Run this on another CMD: php artisan serve