This repo has a clean webpack 5 setup included for scss development.
It uses browserSync, so an additional server (like Mamp) is needed.
=======
npm start will start the dev mode, including local server with Browser Sync.
npm run build will build the files, including filenames with content hashs.
This repo also has a branch for where postcss and tailwind is configured.