Vite-Laravel-Vue-Inertia-Tailwind Tailwind Templates

Vite Laravel Vue Inertia Tailwind

Vite, Laravel, Vuejs, Inertia, Tailwind, project starter repo

About

This repo is created to solve the hassle of the initial configuration for your Full-stack Laravel project. Use this repository if you want to use the following tools as your project stack.

Installation

Clone the repository using git

git clone [email protected]:satis-apex/Vite-Laravel-Vue-Inertia-Tailwind.git

Usage

#cd into the project directory
cd VLVIT

#copy env example to .env file
cp .env.example .env

#install PHP dependencies
composer install 

# install node dependencies
npm install

#Run project
##for devlopment
npm run dev 
or
## for production
npm run production

#start php server
php artisan serve

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Since this project doesn't provide any test case create your own add as for your requirement.

Credits

License

MIT

Top categories

Loading Svelte Themes