A modern webpack static workflow for writing modular javascript and highly organized css with postCSS or SASS(.scss).
- 🗳️
npm run dev
- start the development server (localhost:3000) - 🗳️
npm run build
- Production ready websites (without Static Optimization) on thebuild
folder - 🗳️
npm run prod
- Production ready websites (with Static Optimization) on thedocs
folder
- ✂️ Minified CSS and JS
- 🖼️ Optimized Image files
- 🎨 PostCSS Configuration and Complier
- 🎨 SASS Complier
- 🖨️ Multiple HTML files outputs
- 📚
dev
,build
andprod
mode - 🔑 Hashing in Production
- 🗃️ SVG Sprites support (images/icons/sprite.svg)
- ✏️ Writing Documentation
- 📌 Adding React to the workflow