Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 454 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 454 Bytes

Kirby + Laravel mix + Tailwind minimal starter

How to use

To get you started 5 step procedure.

1. git clone https://github.com/floriankarsten/kirby3-mix-build-kit project
2. cd project
3. npm install
4. cd htdocs
5. composer install

Then point your webserver to htodcs/public folder.

In package.json there are scripts to run most notably for watching development npm run dev and for building to production npm run build.