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.
For cloning, follow the directions to install pnpm, additional packages, and nx.
For forking, follow all the directions found in the setup page.
Install dependencies:
pnpm i
Run local development servers:
pnpm dev
Lint files:
pnpm lint
Run tests with coverage:
pnpm test
Compile files and build bundle:
pnpm build
Starts local servers that serves the build
outputs from their respective output folders:
Note: Run pnpm build
first
pnpm preview
Additional documentation for this repo can be found here.
MIT