This scaffolding structure is being used at the front-end in eCreeth.
-
resources/views
auth
passwords
- 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
@babel/preset-react
react
react-dom
tailwindcss
@tailwindcss/custom-forms
laravel-mix-purgecss
composer require ecreeth/waves
Then run
php artisan preset waves
npm install && npm run dev
oryarn && yarn run dev