Minimum Static Site Setup with Sass
A guide to setting up a minimal static site build process using Sass, npm scripts, and tools like autoprefixer and Browsersync.
A guide to setting up a minimal static site build process using Sass, npm scripts, and tools like autoprefixer and Browsersync.
A guide to creating script management for Deno projects, similar to npm scripts in Node.js, using a custom TypeScript runner.
Explores different methods for setting up custom asset pipelines (CSS, JS) in the Eleventy static site generator.
First part of a series on building a modern front-end project starter using NPM scripts for tasks like Sass compilation and live reloading.
Explains how NPM scripts eliminate the need for globally installing command line tools by using local node_modules/.bin.