riipandi/laravel-start-tailwind-react

This package is abandoned and no longer maintained. The author suggests using the riipandi/altstack package instead.

Starter project Laravel with TailwindCSS and ReactJS preset.

v6.15 2020-02-15 20:25 UTC

This package is auto-updated.

Last update: 2020-08-22 11:05:48 UTC


README

Build Status StyleCI Latest Stable Version Total Downloads

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.