Skip to content

ValentynIpolitov/decor-haus

Repository files navigation

Decor haus

A inertiajs laravel+vue3 web application

Features

  • Laravel 8
  • Inertia.js
  • Vue3
  • Tailwind

Installation

Clone repo locally

git clone https://github.com/ValentynIpolitov/decor-haus.git
cd decor-hause

Install PHP Dependencies

composer install

Install NPM Dependencies

npm install

Build assets

npm run dev

Setup Configuration

cp .env.example .env

Generate application key

php artisan key:generate

Run Database migrations with seeds

php artisan migrate --seed

Run project

Run artisan virtual server

php artisan serve

Notices

Project permissions

To set up project permissins - follow link: https://stackoverflow.com/questions/30639174/how-to-set-up-file-permissions-for-laravel

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published