*Nakshora from Zero (Nakshora 3.0) — chapter 6 of 6.* Build, audit and deploy.
What you will build#
From dev to a cacheable static asset.
Step by step#
example
npm run build
# inspect dist/*.css size (expect 5–20 KB JIT)
npx nakshora doctorWhy it works#
JIT output is tiny and immutable-hashable — cache aggressively.
Try it yourself#
- Check the CSS size
- Run doctor
- Deploy anywhere static
Series navigation#
tutorials/index|All tutorials · tutorials/from-zero/components|← Use design components
