riipandi / laravel-start-tailwind-react
Starter project Laravel with TailwindCSS and ReactJS preset.
Installs: 55
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 0
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^7.2.1
- fideloper/proxy: ^4.0
- laravel/framework: ^6.2
- laravel/tinker: ^2.0
- thomaswelton/laravel-gravatar: ^1.2
Requires (Dev)
- facade/ignition: ^1.4
- fzaninotto/faker: ^1.4
- mockery/mockery: ^1.0
- nunomaduro/collision: ^3.0
- phpunit/phpunit: ^8.0
This package is auto-updated.
Last update: 2020-08-22 11:05:48 UTC
README
Starter project Laravel with TailwindCSS and ReactJS preset.
Quick Start
Create Project
composer create-project --prefer-dist riipandi/laravel-start-tailwind-react myapp
Install
Edit or create .env
file and then execute:
# Composer dependencies composer install php artisan key:generate php artisan migrate:fresh --seed # Compiling resources npm install --no-optional --no-audit npm run development
For detailed explanation on how things work, check out Laravel docs.
License
This project licensed under the terms of Apache License 2.0. Please see license file for more information.