WellingtonCarneiroBarbosa / laravel-9-vue-2-typescript-vite-inertia-starter-kit

A simple starter kit with Laravel 9, Vue.js 2, TypeScript, Inertia.js and Vite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Starter Kit

The fastest way to use Laravel 9 + Vue.js 2 + Vite + InertiaJs + TypeScript

Requirements

PHP ^8.1 | Node ^18.1 | Composer | Npm/Yarn

Instalation

  1. Clone the repo git clone https://github.com/WellingtonCarneiroBarbosa/laravel-9-vue-2-typescript-vite-inertia-starter-kit.git laravel-starter

  2. Install the PHP Dependencies composer install

  3. Install the Node Dependencies npm i

  4. Compile the assets npm run dev | npm run build - for production

  5. Setup your .env

  6. Run your server php artisan serv

About

A simple starter kit with Laravel 9, Vue.js 2, TypeScript, Inertia.js and Vite


Languages

Language:PHP 96.4%Language:TypeScript 1.4%Language:Vue 1.1%Language:Shell 0.8%Language:Blade 0.3%