@ix_waterford/lib
v1.0.97
Published
Waterford UI component library built with React and Material-UI
Downloads
2,601
Maintainers
Readme
Prerequisites
- Node.js 19+
- npm
Installation
npm install
Development Server
npm run dev
The app will be available at http://localhost:5000
Build
npm run build
Code Quality
Run ESLint for code quality checks (shows errors only)
npm run lint
Fix ESLint issues manually (optional)
npm run lint:fix
Run TypeScript type checking
npm run type-check
Check changes with local bundling
npm pack
Publish the repo to npm
npm publish
