The fastest way to use Laravel 9 + Vue.js 2 + Vite + InertiaJs + TypeScript
PHP ^8.1 | Node ^18.1 | Composer | Npm/Yarn
-
Clone the repo
git clone https://github.com/WellingtonCarneiroBarbosa/laravel-9-vue-2-typescript-vite-inertia-starter-kit.git laravel-starter
-
Install the PHP Dependencies
composer install
-
Install the Node Dependencies
npm i
-
Compile the assets
npm run dev
|npm run build
- for production -
Setup your .env
-
Run your server
php artisan serv