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 iRun local development servers:
pnpm devLint files:
pnpm lintRun tests with coverage:
pnpm testCompile files and build bundle:
pnpm buildStarts local servers that serves the build outputs from their respective output folders:
Note: Run pnpm build first
pnpm previewAdditional documentation for this repo can be found here.
MIT