Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 301 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 301 Bytes

NativePHP Starter App

Built using Vue and TailwindCSS.

Still a work in progress.

Development Installation

  1. Clone the repo
  2. Run cp .env.example .env
  3. Run composer install
  4. Run npm install
  5. Run npm run dev
  6. Run php artisan key:generate
  7. Run php artisan native:serve