Quick start with localhost dev server and SCSS processing

I made a little thing, it’s not really a plugin, but I do use it for Kirby development, so I thought I’d share it here.

phplocal
It’s a little npm script based setup that you can inject into your Kirby root to make it easy to run localhost and process SCSS into CSS.

You can just npm install phplocal to get it, or read more at either my blog post or the github page for it.

Feedback or advice is welcome! Cheers.

3 Likes

Looks great! I really like that everything is contained within package.json without using too much tooling. :thumbsup:

1 Like