Home
Softono
w

wtchnm

Professional software vendor delivering innovative solutions on the Softono platform. Specialized in both open-source and proprietary software development.

Total Products
1

Software by wtchnm

Vitamin
Open Source

Vitamin

# Vitamin 2.0 ![Test workflow](https://github.com/wtchnm/Vitamin/actions/workflows/test.yml/badge.svg) [![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/wtchnm/Vitamin/blob/main/LICENSE) Opinionated Vite starter template. Previous version available on v1 branch. ## Features - [Vite 6](https://vitejs.dev) with [React 19](https://reactjs.org), [TypeScript 5](https://www.typescriptlang.org) and [absolute imports](https://github.com/aleclarson/vite-tsconfig-paths). - [Tailwind CSS v4](https://tailwindcss.com) for easy stylization. - [Biome V2](https://next.biomejs.dev) for linting, formatting and automatic import sorting. - Write unit and integration tests with [Vitest 3](https://vitest.dev/) and [Testing Library 16](https://testing-library.com/). - Write e2e tests with [Playwright 1.52](https://www.cypress.io). ## Getting started Use this repository as a [GitHub template](https://github.com/wtchnm/Vitamin/generate) or use [degit](https://github.com/Rich-Harris/degit) to clone to your machine with an empty git history: ``` npx degit wtchnm/Vitamin#main my-app ``` Then, install the dependencies: ``` pnpm install ``` ## Scripts - `pnpm dev` - start a development server with hot reload. - `pnpm build` - build for production. The generated files will be on the `dist` folder. - `pnpm preview` - locally preview the production build. - `pnpm test` - run unit and integration tests related to changed files based on git. - `pnpm test:ci` - run all unit and integration tests in CI mode. - `pnpm test:e2e` - run all e2e tests with Playwright. - `pnpm test:e2e:ci` - run all e2e tests headlessly. - `pnpm format` - format all files with Biome Formatter. - `pnpm lint` - runs TypeScript and Biome. - `pnpm validate` - runs `lint`, `test:ci` and `test:e2e:ci`.

Frontend Templates CSS Frameworks & UI Kits
622 Github Stars