Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 321 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 321 Bytes

This project is setup with Laravel, Vuejs, Inertia, Typescript and Tailwindcss with purgecss.

To start, run the following:

  • Go to the project root directory
  • Run these commands step by step:
    • cp .env.example .env
    • php artisan key:generate
    • composer install
    • npm install
    • npm run dev