Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.
/ rilt-preset Public archive

React, Intertiajs, laravel and tailwindcss preset

Notifications You must be signed in to change notification settings

usrNotFound/rilt-preset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Command to bootstrap RILT

This preset adds and configures tailwindcss, react, inertiajs for Laravel application.

To install this package:

composer require usrnotfound/rilt-preset

To publish the configuration run the following command:

php artisan usrnotfound:rilt-preset

#What happens when I run the command?

  • Updates pacakge.json with
                @babel/plugin-syntax-dynamic-import,
                @babel/preset-react,
                react,
                react-dom,
                cross-env,
                tailwindcss,
  • Publishes tailwind.config.js, and babelrc
  • webpack.js will get updated with all the bells and whistles you need for you code splitting
  • Updates app.js and app.scss

Supports

  • Assets Built Pipeline
  • Code Splitting
  • Purge CSS

License

The package is open-sourced software licensed under the MIT license.

About

React, Intertiajs, laravel and tailwindcss preset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages