https://github.com/waldronmatt/groundwork
A curated collection of boilerplate projects and reusable configurations
https://github.com/waldronmatt/groundwork
boilerplate config eslint jest lerna lerna-lite monorepo nx package pnpm react reacttestinglibrary storybook template tsconfig typescript vite
Last synced: 6 months ago
JSON representation
A curated collection of boilerplate projects and reusable configurations
- Host: GitHub
- URL: https://github.com/waldronmatt/groundwork
- Owner: waldronmatt
- License: mit
- Created: 2023-09-12T19:13:52.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-04T23:08:07.000Z (6 months ago)
- Last Synced: 2025-04-05T00:20:09.231Z (6 months ago)
- Topics: boilerplate, config, eslint, jest, lerna, lerna-lite, monorepo, nx, package, pnpm, react, reacttestinglibrary, storybook, template, tsconfig, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 3.5 MB
- Stars: 41
- Watchers: 2
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
## Prerequisites
For cloning, follow the directions to install [pnpm](docs/repo/SETUP.md#pnpm), [additional packages](docs/repo/SETUP.md#additional-packages), and [nx](docs/repo/SETUP.md#nx).
For forking, follow all the directions found in the [setup](docs/repo/SETUP.md) page.
## Installation
Install dependencies:
```bash
pnpm i
```## Getting Started
Run local development servers:
```bash
pnpm dev
```Lint files:
```bash
pnpm lint
```Run tests with coverage:
```bash
pnpm test
```Compile files and build bundle:
```bash
pnpm build
```Starts local servers that serves the `build` outputs from their respective output folders:
**Note**: Run `pnpm build` first
```bash
pnpm preview
```## Additional Documentation
Additional documentation for this repo can be [found here](docs/repo/README.md).
## License
MIT