ecreeth / waves
Laravel Front-end preset for React, Tailwindcss & Styled Components
Installs: 37
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
Language:HTML
pkg:composer/ecreeth/waves
Requires
- laravel/framework: ^5.5
README
This scaffolding structure is being used at the front-end in eCreeth.
A basic structure of files
This will remove the view directory
-
resources/viewsauthpasswords- email.blade.php
- reset.blade.php
- login.blade.php
- register.blade.php
- verify.blade.php
layouts- master.blade.php
- index.blade.php
-
resources/js- app.js
- bootstrap.js
-
root- tailwind.config.js
- webpack.mix.js
Packages
@babel/preset-reactreactreact-domtailwindcss@tailwindcss/custom-formslaravel-mix-purgecss
Contents
Installation
composer require ecreeth/waves
Usage
Then run
php artisan preset wavesnpm install && npm run devoryarn && yarn run dev