Using the NX Web Plugin to Scaffold a Static HTML Site
Introduction Nx is a tool that manages monorepos and standardises tooling within that monorepo. As part of these standards, Nx provides a set of tools that allow users to quickly generate a static vanilla HTML website, without any complicated tooling. Prerequisites To begin, make sure we have an Nx workspace setup. npx create-nx-workspace@latest <workspace-name> ✔ Which stack do you want to use? · none ✔ Package-based monorepo, integrated monorepo, or standalone project?...