NOTE: currently might be out of sync with current versions of used tools
See the integration of Statie - the PHP static site generator and gulp.
Read more in the following articles:
- How to re-generate and refresh static website in Statie?
- Implement a CSS preprocessor into Statie project
Install all dependencies:
$ composer install && npm install
To generate a project:
$ gulp
You can check your website on http://localhost:3000.