I'm pretty new to Craft, and a noob when it comes to build tools. Coming from WordPress I've been using Roots/Sage which is a starter theme with liveReload(browserSync), Bootstrap 4, SASS and JS compiling.
I've been googling for a long time now, and I haven't been able to find a good boilerplate for me to start doing development on.
What build tool isn't really important to me(WebPack, Gulp, etc.).
What I'm looking for is:
- liveReload, CSS-injection or simple browserSync. So when I'm updating my SASS styles and Craft templates the site automatically updates.
- Bootstrap 4
- JS concatenation and uglyfing
Is there anything out there that fits my(and I know a lot of other developers) needs?