Skip to content

Getting started

Use A BoilerPlate

Clone the repository, browse the available templates, copy the one that matches your project, then customize and test it before building on top.

Before You Begin

Git installed locallyA code editor ready to useBasic project requirements in mindA folder for your new project

Clone The Repository

bash
git clone https://github.com/Nerdy-Technician/Boiler-Plates.git
cd Boiler-Plates

Pick And Copy A Template

Browse the repository and choose the template closest to what you are building. Then copy it into your project folder.

bash
cp -r path/to/template /path/to/your/project

Setup Flow

1

Inspect

Review files, dependencies, config, and any included notes.

2

Rename

Update project names, package metadata, paths, variables, and placeholders.

3

Test

Run the template locally and confirm it behaves before adding new work.

Good Habits

Keep what you need

Remove unused files or dependencies so the copied template stays lean.

Commit the baseline

Make an initial commit after setup so your future changes are easy to review.

Contribute back

Open an issue or pull request when a template can be improved for everyone.

Last updated:

Built with ❤️ using VitePress | Because Real Nerds Selfhost