paularmstrong / css-comparison

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

test

If you don't have Yarn installed yet, run:

corepack prepare yarn@stable --activate

Install dependencies:

yarn

Run each app with different themes:

yarn workspace @tailwind/app-base run start
yarn workspace @tailwind/app-blue run start

Run all applications at once:

yarn workspaces foreach -pi run start

Build all applications:

# Builds to */app-*/dist/*
yarn workspaces foreach -pi run build

# Runs vite-bundle-analyzer
yarn workspaces foreach -pi run postbuild

About


Languages

Language:TypeScript 59.1%Language:HTML 19.1%Language:JavaScript 16.8%Language:CSS 5.1%