Submit FormData Object Using the Fetch API
Create an HTML form and post formdata with the ES6 Fetch API and TypeScript.
Build a Serverless Comment System for a Jamstack Blog
Use the GitHub REST API, Azure Serverless Functions, and Node.js to post and pre-render Jamstack blog comments without a database.
Compile SASS with npm
Use npm package.json scripts, node-sass npm package cli and clean-css npm package cli to compile SCSS and minify the css output with Node.js
Compile TypeScript with npm
Configure the TypeScript compiler with tsconfig.json, and compile TypeScript into JavaScript using tsc command, Node.js, and npm package.json scripts.
Minify HTML with npm
Use the html-minifier npm package cli to minify an HTML file with npm package.json scripts and Node.js