Skip to content
/ larareactia Public template
forked from itsfaqih/larareactia

Laravel SPA + React + Inertia.js + TailwindCSS starter template with authentication.

License

Notifications You must be signed in to change notification settings

rezkonline/larareactia

 
 

Repository files navigation

Installation

  1. Clone this repo.
git clone /~https://github.com/itsfaqih/larareactia.git
cd larareactia
  1. Install the dependencies.
composer install
npm install
npm run dev
  1. Copy and setup the .env
cp .env.example .env
  1. Migrate the table
php artisan migrate
  1. Done! You're ready to go :)
php artisan serve

To Do List (Maybe)

  • Email verify template
  • Reset password template

About

Laravel SPA + React + Inertia.js + TailwindCSS starter template with authentication.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 71.7%
  • JavaScript 14.5%
  • Blade 13.2%
  • Shell 0.6%