https://github.com/ecreeth/waves
Laravel Front-end preset for React & Tailwindcss
https://github.com/ecreeth/waves
purgecss react tailwindcss
Last synced: 3 months ago
JSON representation
Laravel Front-end preset for React & Tailwindcss
- Host: GitHub
- URL: https://github.com/ecreeth/waves
- Owner: ecreeth
- Created: 2019-05-28T03:04:00.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-26T19:02:20.000Z (almost 6 years ago)
- Last Synced: 2025-01-15T15:48:34.130Z (5 months ago)
- Topics: purgecss, react, tailwindcss
- Language: HTML
- Homepage:
- Size: 63.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel Front-end preset for React, Tailwindcss
This scaffolding structure is being used at the front-end in eCreeth.
#### A basic structure of files
##### This will remove the `view` directory
- `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
## Packages
- `@babel/preset-react`
- `react`
- `react-dom`
- `tailwindcss`
- `@tailwindcss/custom-forms`
- `laravel-mix-purgecss`## Contents
- [Installation](#installation)
- [Usage](#usage)## Installation
```bash
composer require ecreeth/waves
```
## Usage
Then run
- `php artisan preset waves`
- `npm install && npm run dev` or `yarn && yarn run dev`