A structured learning site for visual designers to understand modern HTML semantics and CSS architecture.
npm installStart the local dev server with hot reload:
npm run devOpens at http://localhost:5173/
Compile and minify for production:
npm run buildOutput goes to dist/.
Preview the production build locally before deploying:
npm run previewDesigner-Code-learning/
├── site/
│ ├── index.html # Main page
│ └── style.css # All styles
├── dist/ # Production build output (generated)
├── vite.config.js # Vite configuration
└── package.json