If you’re looking for a Gulp 4 starter so you can get going fast on your new project, I’ve created one.
It comes packaged with with a gulp watch task that runs browser sync once initialized. It contains a font task that gets run with the default gulp task.
The folder structure for this starter project should be as follows:
/app /fonts /js /scss gulpfile.js index.html package.json package-lock.json
Running the default gulp task will create your dist folder.
Leave a Reply