waldronmatt / groundwork

A curated collection of boilerplate projects and reusable configurations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

groundwork

Welcome to my personal monorepo, a curated collection of boilerplate projects and reusable configurations. This repository serves as my go-to resource for quickly setting up new projects and experimenting with emerging technologies. Whether you're a fellow developer or just curious, feel free to explore and utilize these setups.

Installation

Install dependencies:

pnpm i

Install additional required dependencies

npx playwright install

Getting Started

Run local development servers:

pnpm dev

Lint files:

pnpm lint

Run tests with coverage:

pnpm test

Compile files and build bundle:

Note: Run pnpm clean before pnpm build to clear dist output

pnpm build

Starts local servers that serves the build outputs from their respective output folders:

Note: Run pnpm build first

pnpm preview

Additional Documentation

Additional project setup, commands and documentation can be found here.

License

MIT

About

A curated collection of boilerplate projects and reusable configurations

License:MIT License


Languages

Language:TypeScript 78.1%Language:JavaScript 9.3%Language:HTML 7.5%Language:CSS 4.7%Language:Shell 0.3%