danvc / mono-repo-vite-lerna

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lerna / Vite / Storybook - Monorepo

This is a monorepo template for a project using Lerna, Vite and Storybook.

Getting Started

Install dependencies

yarn install

Run Storybook

yarn start:vite-common

Build Storybook

yarn build:vite-common

or build all

yarn build

Run tests

yarn test

Run lint

yarn lint

About


Languages

Language:TypeScript 90.9%Language:SCSS 4.0%Language:JavaScript 3.2%Language:HTML 1.9%