Laravel-React-Tailwind SPA Boilerplate
Starter Boilerplate SPA made with Laravel and React.
Features
- Laravel 7
- Axios
- React Hook, React Context for state management
- Authentication with Oauth2
- Login, register, reset password
- Flexible Page Layout
- Flexible, Protected Routing
- Sass
- Tailwind CSS
- ESlint
Installation
- Clone the repo
- Installing all Composer & NPM dependencies.
composer install && npm install
- Copy .env.example to .env
- Generate app key
php artisan key:generate
php artisan cron:refresh-database
npm run dev
php artisan serve