@ilya_burlak/kodex-ui-kit
v1.0.0
Published
A small React + TypeScript UI Kit with SCSS components
Downloads
6
Maintainers
Readme
Kodex UI Kit — Webpack migration
This project was migrated from Vite to Webpack. Included quick commands below.
Run development server:
npm run dev
Build production bundle and types:
npm run build
Notes:
webpack.config.jscontains entries for the demo app (src/main.tsx) and the library entry (src/index.ts).- SCSS, images and TypeScript are handled via loaders.
