A modern, production-ready UI Library for building full-stack React applications.
npm install @diffuse-dev/particles-uiA modern, production-ready UI Library for building full-stack React applications.
- Many
Install the dependencies:
``bash`
npm install
Start the development server with HMR:
`bash`
npm run dev
Your application will be available at http://localhost:5173.
Create a production build:
`bash``
npm run build
One package, many components!
- all components are defined in src/lib.
- vite.config.lib.json handles package build.
- package.json defines entries.
- tsconfig.json defines path for internal use.