Skip to content

Rock-n-Prog/static-ts-monorepo-starter-pack

Repository files navigation

Static-TS Monorepo Starter Pack

BIG WIP: This is a work in progress, and is not ready for use.

Feature-heavy monorepo boilerplate for static web apps.

See the docs, for list of features, guides, explanations.

Made with love by Fabien Roy.

Status

Name Type Status
General General General
Web App Build Web App
CMS Client Package Build CMS Client

Apps

Packages

Setup

Install dependencies

pnpm install

Prepare pre-commit hook

Only if you want those:

pnpm husky:setup

Available scripts

Run apps

pnpm dev

Build all

pnpm build

Lint all

pnpm lint

# To fix lint
pnpm lint:fix

# For file names
pnpm lint:ls

# To only apply to root
pnpm lint:root
pnpm lint:root:fix

# Fix lint on staged files
pnpm lint:staged

Format

pnpm format

# To fix format
pnpm format:fix

Cleanup files

pnpm yeet