/laravel-inertia-react-shortener

Laravel project untuk membuat URL shortener dengan stack Inertia + ReactJS

Primary LanguagePHP

Install Laravel Dependencies

composer install

atau

composer update

Install JS Dependencies

npm install

atau

npm update

Build Asset

Untuk build development build:

npm run dev

atau untuk production build:

npm run prod

Menjalankan Project

php artisan serve