Vinena UI is a React UI library that provides ready-to-use components for your next project. This is an experimental project. It will be improved over time into a complete design system with React implementations. Any given feedback about the design or the code is appreciated. All available contact information can be found on my website.
Clone the repository:
Install dependencies:
In the project directory, you can run:
Runs the app in the development mode.
Open http://127.0.0.1:5173 to view it in the browser.
Builds the app for production to the dist
folder.
Preview the production-ready app using Vite's preview server.
Type check the project using TypeScript.
Lint the project using ESLint and report errors/warnings.
Lint the project using ESLint and try to fix errors/warnings.
Check the code formatting using Prettier and report issues.
Format the code using Prettier.
Check the code formatting, lint the code and type check the project.
Format the code using Prettier and try to fix linting errors.
Run the tests using the default test runner.
Run the tests with coverage report.
Launches the Storybook UI server.
Builds the Storybook UI for production.
You can learn more in the Vite documentation and Storybook documentation.
To learn React, check out the React documentation.